Html Css Color HEX #18449C Egyptian Blue

📋 copy color: '#18449C'

red 24 ◦ green 68 ◦ blue 156

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

Shades of Egyptian Blue #18449C

Tints of Egyptian Blue #18449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 9.68%
G = 27.42%
B = 62.9%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18449C (or 0x18449C) is known color: Egyptian Blue. HEX triplet: 18, 44 and 9C. RGB value is (24,68,156). Sum of RGB (Red+Green+Blue) = 24+68+156=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #18449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18449C is #E7BB63. Grayscale: #404040. Windows color (decimal): -15186788 or 10241048. OLE color: 10241048.

HSL color Cylindrical-coordinate representation of color #18449C: hue angle of 220º 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 #18449C is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 68 156 -
CMYK 0.85 0.56 0 0.39
HSL 220º 0.73% 0.35% -
HSV(B) 220º 0.85% 0.61% -
XYZ 8.44 6.73 32.31 -
YUV 64.88 179.42 98.84 -
System Red Green Blue C M Y K H S L
Decimal 24 68 156 0.85 0.56 0 0.39 220 0.73 0.35
Hex 18 44 9C 55 38 0 27 DC 49 23
Octal 30 104 234 125 70 0 47 334 111 43
Binary 11000 1000100 10011100 1010101 111000 0 100111 11011100 1001001 100011

Color Harmonies of #18449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18449C

Black with #18449C

Text Example


Text Example

White with #18449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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