#18456F

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

Shades of Dark Cerulean #18456F

Tints of Dark Cerulean #18456F

Color information

#18456F (or 0x18456F) is unknown color: approx Dark Cerulean. HEX triplet: 18, 45 and 6F. RGB value is (24,69,111). Sum of RGB (Red+Green+Blue) = 24+69+111=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #18456F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18456F is #E7BA90. Grayscale: #3C3C3C. Windows color (decimal): -15186577 or 7292184. OLE color: 7292184.

HSL color Cylindrical-coordinate representation of color #18456F: hue angle of 208.97º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18456F is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2469111-
CMYK0.780.3800.56
HSL208.97º64.44%26.47%-
HSV(B)208.97º78.38%43.53%-
XYZ5.375.615.84-
YUV60.33156.59102.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=11.76%
G=33.82%
B=54.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24691110.780.3800.56208.9764.4426.47
Hex18456F4E26038d1401a
Octal301051571164607032110032
Binary11000100010111011111001110100110011100011010001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,69,111); }

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

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

 a { background-color: rgb(24,69,111); }

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

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

 span { border-color: rgb(24,69,111); }

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