Html Css Color HEX #26409F Egyptian Blue

📋 copy color: '#26409F'

red 38 ◦ green 64 ◦ blue 159

#26409F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #26409F

Tints of Egyptian Blue #26409F

RGB

 RED value IS 38 (15.23% from 255) = 14.56%

 GREEN value IS 64 (25.39% from 255) = 24.52%

 BLUE value IS 159 (62.5% from 255) = 60.92%

R = 14.56%
G = 24.52%
B = 60.92%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26409F (or 0x26409F) is known color: Egyptian Blue. HEX triplet: 26, 40 and 9F. RGB value is (38,64,159). Sum of RGB (Red+Green+Blue) = 38+64+159=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #26409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26409F is #D9BF60. Grayscale: #424242. Windows color (decimal): -14270305 or 10436646. OLE color: 10436646.

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

Color convert

RGB 38 64 159 -
CMYK 0.76 0.60 0 0.38
HSL 227.11º 0.61% 0.39% -
HSV(B) 227.11º 0.76% 0.62% -
XYZ 8.89 6.58 33.6 -
YUV 67.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 38 64 159 0.76 0.60 0 0.38 227.11 0.61 0.39
Hex 26 40 9F 4C 3C 0 26 E3 3D 27
Octal 46 100 237 114 74 0 46 343 75 47
Binary 100110 1000000 10011111 1001100 111100 0 100110 11100011 111101 100111

Color Harmonies of #26409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26409F

Black with #26409F

Text Example


Text Example

White with #26409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26409F; }

 p { color: rgb(38,64,159); }

 H1.HeaderClassName
 {
   color: #26409F;
 }
 .AnyTagClassName
 {
   color: #26409F;
 }
</style>

background-color css

<style>
 a { background-color: #26409F; }

 a { background-color: rgb(38,64,159); }

 div.DivClassName
 {
   background-color: #26409F;
 }
 .BgClassName
 {
   background-color: #26409F;
 }
</style>

border-color css

<style>
 span { border-color: #26409F; }

 span { border-color: rgb(38,64,159); }

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