Html Css Color HEX #26429F Egyptian Blue

📋 copy color: '#26429F'

red 38 ◦ green 66 ◦ blue 159

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

Shades of Egyptian Blue #26429F

Tints of Egyptian Blue #26429F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

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

R = 14.45%
G = 25.1%
B = 60.46%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26429F (or 0x26429F) is known color: Egyptian Blue. HEX triplet: 26, 42 and 9F. RGB value is (38,66,159). Sum of RGB (Red+Green+Blue) = 38+66+159=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #26429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26429F is #D9BD60. Grayscale: #434343. Windows color (decimal): -14269793 or 10437158. OLE color: 10437158.

HSL color Cylindrical-coordinate representation of color #26429F: hue angle of 226.12º 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 #26429F is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 66 159 -
CMYK 0.76 0.58 0 0.38
HSL 226.12º 0.61% 0.39% -
HSV(B) 226.12º 0.76% 0.62% -
XYZ 9.01 6.81 33.64 -
YUV 68.23 179.22 106.44 -
System Red Green Blue C M Y K H S L
Decimal 38 66 159 0.76 0.58 0 0.38 226.12 0.61 0.39
Hex 26 42 9F 4C 3A 0 26 E2 3D 27
Octal 46 102 237 114 72 0 46 342 75 47
Binary 100110 1000010 10011111 1001100 111010 0 100110 11100010 111101 100111

Color Harmonies of #26429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26429F

Black with #26429F

Text Example


Text Example

White with #26429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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