#16466F

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

Shades of Dark Cerulean #16466F

Tints of Dark Cerulean #16466F

Color information

#16466F (or 0x16466F) is unknown color: approx Dark Cerulean. HEX triplet: 16, 46 and 6F. RGB value is (22,70,111). Sum of RGB (Red+Green+Blue) = 22+70+111=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 70 (27.73% from 255 or 34.48% 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 #16466F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16466F is #E9B990. Grayscale: #3C3C3C. Windows color (decimal): -15317393 or 7292438. OLE color: 7292438.

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

Color convert

RGB2270111-
CMYK0.800.3700.56
HSL207.64º66.92%26.08%-
HSV(B)207.64º80.18%43.53%-
XYZ5.395.715.85-
YUV60.32156.6100.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=10.84%
G=34.48%
B=54.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22701110.800.3700.56207.6466.9226.08
Hex16466F5025038d0431a
Octal261061571204507032010332
Binary10110100011011011111010000100101011100011010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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