Html Css Color HEX #18429D Egyptian Blue

📋 copy color: '#18429D'

red 24 ◦ green 66 ◦ blue 157

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

Shades of Egyptian Blue #18429D

Tints of Egyptian Blue #18429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 9.72%
G = 26.72%
B = 63.56%

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

#18429D (or 0x18429D) is known color: Egyptian Blue. HEX triplet: 18, 42 and 9D. RGB value is (24,66,157). Sum of RGB (Red+Green+Blue) = 24+66+157=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #18429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18429D is #E7BD62. Grayscale: #3F3F3F. Windows color (decimal): -15187299 or 10306072. OLE color: 10306072.

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

Color convert

RGB 24 66 157 -
CMYK 0.85 0.58 0 0.38
HSL 221.05º 0.73% 0.35% -
HSV(B) 221.05º 0.85% 0.62% -
XYZ 8.41 6.52 32.71 -
YUV 63.82 180.59 99.6 -
System Red Green Blue C M Y K H S L
Decimal 24 66 157 0.85 0.58 0 0.38 221.05 0.73 0.35
Hex 18 42 9D 55 3A 0 26 DD 49 23
Octal 30 102 235 125 72 0 46 335 111 43
Binary 11000 1000010 10011101 1010101 111010 0 100110 11011101 1001001 100011

Color Harmonies of #18429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18429D

Black with #18429D

Text Example


Text Example

White with #18429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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