Html Css Color HEX #18429C Egyptian Blue

📋 copy color: '#18429C'

red 24 ◦ green 66 ◦ blue 156

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

Shades of Egyptian Blue #18429C

Tints of Egyptian Blue #18429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.41%

R = 9.76%
G = 26.83%
B = 63.41%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18429C (or 0x18429C) is known color: Egyptian Blue. HEX triplet: 18, 42 and 9C. RGB value is (24,66,156). Sum of RGB (Red+Green+Blue) = 24+66+156=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #18429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18429C is #E7BD63. Grayscale: #3F3F3F. Windows color (decimal): -15187300 or 10240536. OLE color: 10240536.

HSL color Cylindrical-coordinate representation of color #18429C: hue angle of 220.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18429C is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 66 156 -
CMYK 0.85 0.58 0 0.39
HSL 220.91º 0.73% 0.35% -
HSV(B) 220.91º 0.85% 0.61% -
XYZ 8.33 6.49 32.27 -
YUV 63.7 180.09 99.68 -
System Red Green Blue C M Y K H S L
Decimal 24 66 156 0.85 0.58 0 0.39 220.91 0.73 0.35
Hex 18 42 9C 55 3A 0 27 DD 49 23
Octal 30 102 234 125 72 0 47 335 111 43
Binary 11000 1000010 10011100 1010101 111010 0 100111 11011101 1001001 100011

Color Harmonies of #18429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18429C

Black with #18429C

Text Example


Text Example

White with #18429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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