#16486F

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

Shades of Dark Cerulean #16486F

Tints of Dark Cerulean #16486F

Color information

#16486F (or 0x16486F) is unknown color: approx Dark Cerulean. HEX triplet: 16, 48 and 6F. RGB value is (22,72,111). Sum of RGB (Red+Green+Blue) = 22+72+111=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #16486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16486F is #E9B790. Grayscale: #3D3D3D. Windows color (decimal): -15316881 or 7292950. OLE color: 7292950.

HSL color Cylindrical-coordinate representation of color #16486F: hue angle of 206.29º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16486F is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2272111-
CMYK0.800.3500.56
HSL206.29º66.92%26.08%-
HSV(B)206.29º80.18%43.53%-
XYZ5.525.9515.9-
YUV61.5155.9499.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.73%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 111 (43.75% from 255) = 54.15%
R=10.73%
G=35.12%
B=54.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22721110.800.3500.56206.2966.9226.08
Hex16486F5023038ce431a
Octal261101571204307031610332
Binary10110100100011011111010000100011011100011001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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