Html Css Color HEX #18499D Egyptian Blue

📋 copy color: '#18499D'

red 24 ◦ green 73 ◦ blue 157

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

Shades of Egyptian Blue #18499D

Tints of Egyptian Blue #18499D

RGB

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

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

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

R = 9.45%
G = 28.74%
B = 61.81%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18499D (or 0x18499D) is known color: Egyptian Blue. HEX triplet: 18, 49 and 9D. RGB value is (24,73,157). Sum of RGB (Red+Green+Blue) = 24+73+157=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #18499D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18499D is #E7B662. Grayscale: #434343. Windows color (decimal): -15185507 or 10307864. OLE color: 10307864.

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

Color convert

RGB 24 73 157 -
CMYK 0.85 0.54 0 0.38
HSL 217.89º 0.73% 0.35% -
HSV(B) 217.89º 0.85% 0.62% -
XYZ 8.85 7.39 32.86 -
YUV 67.93 178.27 96.67 -
System Red Green Blue C M Y K H S L
Decimal 24 73 157 0.85 0.54 0 0.38 217.89 0.73 0.35
Hex 18 49 9D 55 36 0 26 DA 49 23
Octal 30 111 235 125 66 0 46 332 111 43
Binary 11000 1001001 10011101 1010101 110110 0 100110 11011010 1001001 100011

Color Harmonies of #18499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18499D

Black with #18499D

Text Example


Text Example

White with #18499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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