Html Css Color HEX #18429F Egyptian Blue

📋 copy color: '#18429F'

red 24 ◦ green 66 ◦ blue 159

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

Shades of Egyptian Blue #18429F

Tints of Egyptian Blue #18429F

RGB

 RED value IS 24 (9.77% from 255) = 9.64%

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

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

R = 9.64%
G = 26.51%
B = 63.86%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18429F (or 0x18429F) is known color: Egyptian Blue. HEX triplet: 18, 42 and 9F. RGB value is (24,66,159). Sum of RGB (Red+Green+Blue) = 24+66+159=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #18429F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18429F is #E7BD60. Grayscale: #3F3F3F. Windows color (decimal): -15187297 or 10437144. OLE color: 10437144.

HSL color Cylindrical-coordinate representation of color #18429F: hue angle of 221.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18429F is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 66 159 -
CMYK 0.85 0.58 0 0.38
HSL 221.33º 0.74% 0.36% -
HSV(B) 221.33º 0.85% 0.62% -
XYZ 8.58 6.59 33.62 -
YUV 64.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 24 66 159 0.85 0.58 0 0.38 221.33 0.74 0.36
Hex 18 42 9F 55 3A 0 26 DD 4A 24
Octal 30 102 237 125 72 0 46 335 112 44
Binary 11000 1000010 10011111 1010101 111010 0 100110 11011101 1001010 100100

Color Harmonies of #18429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18429F

Black with #18429F

Text Example


Text Example

White with #18429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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