#16486D

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

Shades of Dark Cerulean #16486D

Tints of Dark Cerulean #16486D

Color information

#16486D (or 0x16486D) is unknown color: approx Dark Cerulean. HEX triplet: 16, 48 and 6D. RGB value is (22,72,109). Sum of RGB (Red+Green+Blue) = 22+72+109=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #16486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16486D is #E9B792. Grayscale: #3D3D3D. Windows color (decimal): -15316883 or 7161878. OLE color: 7161878.

HSL color Cylindrical-coordinate representation of color #16486D: hue angle of 205.52º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16486D is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2272109-
CMYK0.800.3400.57
HSL205.52º66.41%25.69%-
HSV(B)205.52º79.82%42.75%-
XYZ5.415.9115.32-
YUV61.27154.9499.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=10.84%
G=35.47%
B=53.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22721090.800.3400.57205.5266.4125.69
Hex16486D5022039ce421a
Octal261101551204207131610232
Binary10110100100011011011010000100010011100111001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16486D; }

 p { color: rgb(22,72,109); }

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

<style>
 a { background-color: #16486D; }

 a { background-color: rgb(22,72,109); }

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

<style>
 span { border-color: #16486D; }

 span { border-color: rgb(22,72,109); }

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