#18488C

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

Shades of Dark Cerulean #18488C

Tints of Dark Cerulean #18488C

Color information

#18488C (or 0x18488C) is unknown color: approx Dark Cerulean. HEX triplet: 18, 48 and 8C. RGB value is (24,72,140). Sum of RGB (Red+Green+Blue) = 24+72+140=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #18488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18488C is #E7B773. Grayscale: #414141. Windows color (decimal): -15185780 or 9193496. OLE color: 9193496.

HSL color Cylindrical-coordinate representation of color #18488C: hue angle of 215.17º 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 #18488C is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2472140-
CMYK0.830.4900.45
HSL215.17º70.73%32.16%-
HSV(B)215.17º82.86%54.9%-
XYZ7.436.7225.72-
YUV65.4170.198.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 140 (55.08% from 255) = 59.32%
R=10.17%
G=30.51%
B=59.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24721400.830.4900.45215.1770.7332.16
Hex18488C533102Dd74720
Octal301102141236105532710740
Binary1100010010001000110010100111100010101101110101111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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