#18288B

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

Shades of Egyptian Blue #18288B

Tints of Egyptian Blue #18288B

Color information

#18288B (or 0x18288B) is unknown color: approx Egyptian Blue. HEX triplet: 18, 28 and 8B. RGB value is (24,40,139). Sum of RGB (Red+Green+Blue) = 24+40+139=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #18288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18288B is #E7D774. Grayscale: #2E2E2E. Windows color (decimal): -15193973 or 9119768. OLE color: 9119768.

HSL color Cylindrical-coordinate representation of color #18288B: hue angle of 231.65º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18288B is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2440139-
CMYK0.830.7100.45
HSL231.65º70.55%31.96%-
HSV(B)231.65º82.73%54.51%-
XYZ5.83.5824.81-
YUV46.5180.2111.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 139 (54.69% from 255) = 68.47%
R=11.82%
G=19.70%
B=68.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24401390.830.7100.45231.6570.5531.96
Hex18288B534702De84720
Octal305021312310705535010740
Binary1100010100010001011101001110001110101101111010001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,40,139); }

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

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

 a { background-color: rgb(24,40,139); }

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

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

 span { border-color: rgb(24,40,139); }

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