#26259B

Color #26259B Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #26259B

Tints of Egyptian Blue #26259B

Color information

#26259B (or 0x26259B) is unknown color: approx Egyptian Blue. HEX triplet: 26, 25 and 9B. RGB value is (38,37,155). Sum of RGB (Red+Green+Blue) = 38+37+155=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #26259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26259B is #D9DA64. Grayscale: #323232. Windows color (decimal): -14277221 or 10167590. OLE color: 10167590.

HSL color Cylindrical-coordinate representation of color #26259B: hue angle of 240.51º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26259B is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3837155-
CMYK0.750.7600.39
HSL240.51º61.46%37.65%-
HSV(B)240.51º76.13%60.78%-
XYZ7.384.131.41-
YUV50.75186.83118.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 155 (60.94% from 255) = 67.39%
R=16.52%
G=16.09%
B=67.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38371550.750.7600.39240.5161.4637.65
Hex26259B4B4C027f13d26
Octal46452331131140473617546
Binary1001101001011001101110010111001100010011111110001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26259B; }

 p { color: rgb(38,37,155); }

 H1.HeaderClassName
 {
   color: #26259B;
 }
 .AnyTagClassName
 {
   color: #26259B;
 }
</style>
background-color css

<style>
 a { background-color: #26259B; }

 a { background-color: rgb(38,37,155); }

 div.DivClassName
 {
   background-color: #26259B;
 }
 .BgClassName
 {
   background-color: #26259B;
 }
</style>
border-color css

<style>
 span { border-color: #26259B; }

 span { border-color: rgb(38,37,155); }

 td.TdClassName
 {
   border-color: #26259B;
 }
 .TagClassName
 {
   border-color: #26259B;
 }
</style>