#18446F

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

Shades of Dark Cerulean #18446F

Tints of Dark Cerulean #18446F

Color information

#18446F (or 0x18446F) is unknown color: approx Dark Cerulean. HEX triplet: 18, 44 and 6F. RGB value is (24,68,111). Sum of RGB (Red+Green+Blue) = 24+68+111=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #18446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18446F is #E7BB90. Grayscale: #3B3B3B. Windows color (decimal): -15186833 or 7291928. OLE color: 7291928.

HSL color Cylindrical-coordinate representation of color #18446F: hue angle of 209.66º 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 #18446F is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2468111-
CMYK0.780.3900.56
HSL209.66º64.44%26.47%-
HSV(B)209.66º78.38%43.53%-
XYZ5.315.4815.82-
YUV59.75156.92102.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=11.82%
G=33.50%
B=54.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24681110.780.3900.56209.6664.4426.47
Hex18446F4E27038d2401a
Octal301041571164707032210032
Binary11000100010011011111001110100111011100011010010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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