#18487F

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

Shades of Dark Cerulean #18487F

Tints of Dark Cerulean #18487F

Color information

#18487F (or 0x18487F) is unknown color: approx Dark Cerulean. HEX triplet: 18, 48 and 7F. RGB value is (24,72,127). Sum of RGB (Red+Green+Blue) = 24+72+127=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #18487F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18487F is #E7B780. Grayscale: #3F3F3F. Windows color (decimal): -15185793 or 8341528. OLE color: 8341528.

HSL color Cylindrical-coordinate representation of color #18487F: hue angle of 212.04º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18487F is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2472127-
CMYK0.810.4300.50
HSL212.04º68.21%29.61%-
HSV(B)212.04º81.1%49.8%-
XYZ6.526.3620.96-
YUV63.92163.699.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 127 (50% from 255) = 56.95%
R=10.76%
G=32.29%
B=56.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24721270.810.4300.50212.0468.2129.61
Hex18487F512B032d4441e
Octal301101771215306232410436
Binary11000100100011111111010001101011011001011010100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18487F; }

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

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

<style>
 a { background-color: #18487F; }

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

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

<style>
 span { border-color: #18487F; }

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

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