#18489B

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

Shades of Egyptian Blue #18489B

Tints of Egyptian Blue #18489B

Color information

#18489B (or 0x18489B) is unknown color: approx Egyptian Blue. HEX triplet: 18, 48 and 9B. RGB value is (24,72,155). Sum of RGB (Red+Green+Blue) = 24+72+155=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #18489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18489B is #E7B764. Grayscale: #424242. Windows color (decimal): -15185765 or 10176536. OLE color: 10176536.

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

Color convert

RGB2472155-
CMYK0.850.5400.39
HSL218.02º73.18%35.1%-
HSV(B)218.02º84.52%60.78%-
XYZ8.617.231.95-
YUV67.11177.697.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.56%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 155 (60.94% from 255) = 61.75%
R=9.56%
G=28.69%
B=61.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24721550.850.5400.39218.0273.1835.1
Hex18489B5536027da4923
Octal301102331256604733211143
Binary1100010010001001101110101011101100100111110110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18489B; }

 p { color: rgb(24,72,155); }

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

<style>
 a { background-color: #18489B; }

 a { background-color: rgb(24,72,155); }

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

<style>
 span { border-color: #18489B; }

 span { border-color: rgb(24,72,155); }

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