#16496D

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

Shades of Dark Cerulean #16496D

Tints of Dark Cerulean #16496D

Color information

#16496D (or 0x16496D) is unknown color: approx Dark Cerulean. HEX triplet: 16, 49 and 6D. RGB value is (22,73,109). Sum of RGB (Red+Green+Blue) = 22+73+109=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #16496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16496D is #E9B692. Grayscale: #3D3D3D. Windows color (decimal): -15316627 or 7162134. OLE color: 7162134.

HSL color Cylindrical-coordinate representation of color #16496D: hue angle of 204.83º 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 #16496D is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2273109-
CMYK0.800.3300.57
HSL204.83º66.41%25.69%-
HSV(B)204.83º79.82%42.75%-
XYZ5.476.0415.35-
YUV61.86154.699.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.78%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=10.78%
G=35.78%
B=53.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22731090.800.3300.57204.8366.4125.69
Hex16496D5021039cd421a
Octal261111551204107131510232
Binary10110100100111011011010000100001011100111001101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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