#18449D

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

Shades of Egyptian Blue #18449D

Tints of Egyptian Blue #18449D

Color information

#18449D (or 0x18449D) is unknown color: approx Egyptian Blue. HEX triplet: 18, 44 and 9D. RGB value is (24,68,157). Sum of RGB (Red+Green+Blue) = 24+68+157=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #18449D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18449D is #E7BB62. Grayscale: #404040. Windows color (decimal): -15186787 or 10306584. OLE color: 10306584.

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

Color convert

RGB2468157-
CMYK0.850.5700.38
HSL220.15º73.48%35.49%-
HSV(B)220.15º84.71%61.57%-
XYZ8.536.7632.75-
YUV64.99179.9298.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 157 (61.72% from 255) = 63.05%
R=9.64%
G=27.31%
B=63.05%

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
Decimal24681570.850.5700.38220.1573.4835.49
Hex18449D5539026dc4923
Octal301042351257104633411143
Binary1100010001001001110110101011110010100110110111001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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