#18497F

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

Shades of Dark Cerulean #18497F

Tints of Dark Cerulean #18497F

Color information

#18497F (or 0x18497F) is unknown color: approx Dark Cerulean. HEX triplet: 18, 49 and 7F. RGB value is (24,73,127). Sum of RGB (Red+Green+Blue) = 24+73+127=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #18497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18497F is #E7B680. Grayscale: #404040. Windows color (decimal): -15185537 or 8341784. OLE color: 8341784.

HSL color Cylindrical-coordinate representation of color #18497F: hue angle of 211.46º 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 #18497F is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2473127-
CMYK0.810.4300.50
HSL211.46º68.21%29.61%-
HSV(B)211.46º81.1%49.8%-
XYZ6.596.4920.98-
YUV64.5163.2799.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.71%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 127 (50% from 255) = 56.70%
R=10.71%
G=32.59%
B=56.70%

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
Decimal24731270.810.4300.50211.4668.2129.61
Hex18497F512B032d3441e
Octal301111771215306232310436
Binary11000100100111111111010001101011011001011010011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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