Html Css Color HEX #18499C Egyptian Blue

📋 copy color: '#18499C'

red 24 ◦ green 73 ◦ blue 156

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

Shades of Egyptian Blue #18499C

Tints of Egyptian Blue #18499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.85%

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

R = 9.49%
G = 28.85%
B = 61.66%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18499C (or 0x18499C) is known color: Egyptian Blue. HEX triplet: 18, 49 and 9C. RGB value is (24,73,156). Sum of RGB (Red+Green+Blue) = 24+73+156=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #18499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18499C is #E7B663. Grayscale: #434343. Windows color (decimal): -15185508 or 10242328. OLE color: 10242328.

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

Color convert

RGB 24 73 156 -
CMYK 0.85 0.53 0 0.39
HSL 217.73º 0.73% 0.35% -
HSV(B) 217.73º 0.85% 0.61% -
XYZ 8.76 7.36 32.41 -
YUV 67.81 177.77 96.75 -
System Red Green Blue C M Y K H S L
Decimal 24 73 156 0.85 0.53 0 0.39 217.73 0.73 0.35
Hex 18 49 9C 55 35 0 27 DA 49 23
Octal 30 111 234 125 65 0 47 332 111 43
Binary 11000 1001001 10011100 1010101 110101 0 100111 11011010 1001001 100011

Color Harmonies of #18499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18499C

Black with #18499C

Text Example


Text Example

White with #18499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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