#16467D

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

Shades of Dark Cerulean #16467D

Tints of Dark Cerulean #16467D

Color information

#16467D (or 0x16467D) is unknown color: approx Dark Cerulean. HEX triplet: 16, 46 and 7D. RGB value is (22,70,125). Sum of RGB (Red+Green+Blue) = 22+70+125=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #16467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16467D is #E9B982. Grayscale: #3D3D3D. Windows color (decimal): -15317379 or 8209942. OLE color: 8209942.

HSL color Cylindrical-coordinate representation of color #16467D: hue angle of 212.04º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16467D is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2270125-
CMYK0.820.4400.51
HSL212.04º70.07%28.82%-
HSV(B)212.04º82.4%49.02%-
XYZ6.226.0320.24-
YUV61.92163.699.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=10.14%
G=32.26%
B=57.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22701250.820.4400.51212.0470.0728.82
Hex16467D522C033d4461d
Octal261061751225406332410635
Binary10110100011011111011010010101100011001111010100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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