#18488E

Color #18488E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #18488E

Tints of Dark Cerulean #18488E

Color information

#18488E (or 0x18488E) is unknown color: approx Dark Cerulean. HEX triplet: 18, 48 and 8E. RGB value is (24,72,142). Sum of RGB (Red+Green+Blue) = 24+72+142=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #18488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18488E is #E7B771. Grayscale: #414141. Windows color (decimal): -15185778 or 9324568. OLE color: 9324568.

HSL color Cylindrical-coordinate representation of color #18488E: hue angle of 215.59º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18488E is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2472142-
CMYK0.830.4900.44
HSL215.59º71.08%32.55%-
HSV(B)215.59º83.1%55.69%-
XYZ7.586.7826.5-
YUV65.63171.198.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.08%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=10.08%
G=30.25%
B=59.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24721420.830.4900.44215.5971.0832.55
Hex18488E533102Cd84721
Octal301102161236105433010741
Binary1100010010001000111010100111100010101100110110001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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