#18449E

Color #18449E Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #18449E

Tints of Egyptian Blue #18449E

Color information

#18449E (or 0x18449E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 44 and 9E. RGB value is (24,68,158). Sum of RGB (Red+Green+Blue) = 24+68+158=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #18449E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18449E is #E7BB61. Grayscale: #404040. Windows color (decimal): -15186786 or 10372120. OLE color: 10372120.

HSL color Cylindrical-coordinate representation of color #18449E: hue angle of 220.3º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18449E is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2468158-
CMYK0.850.5700.38
HSL220.3º73.63%35.69%-
HSV(B)220.3º84.81%61.96%-
XYZ8.626.833.21-
YUV65.1180.4298.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=9.6%
G=27.2%
B=63.2%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24681580.850.5700.38220.373.6335.69
Hex18449E5539026dc4a24
Octal301042361257104633411244
Binary1100010001001001111010101011110010100110110111001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18449E;
 }
 .AnyTagClassName
 {
   color: #18449E;
 }
</style>
background-color css

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

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

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

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

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

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