#16447C

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

Shades of Dark Cerulean #16447C

Tints of Dark Cerulean #16447C

Color information

#16447C (or 0x16447C) is unknown color: approx Dark Cerulean. HEX triplet: 16, 44 and 7C. RGB value is (22,68,124). Sum of RGB (Red+Green+Blue) = 22+68+124=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #16447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16447C is #E9BB83. Grayscale: #3C3C3C. Windows color (decimal): -15317892 or 8143894. OLE color: 8143894.

HSL color Cylindrical-coordinate representation of color #16447C: hue angle of 212.94º 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 #16447C is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2268124-
CMYK0.820.4500.51
HSL212.94º69.86%28.63%-
HSV(B)212.94º82.26%48.63%-
XYZ6.045.7619.86-
YUV60.63163.76100.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.28%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=10.28%
G=31.78%
B=57.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22681240.820.4500.51212.9469.8628.63
Hex16447C522D033d5461d
Octal261041741225506332510635
Binary10110100010011111001010010101101011001111010101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16447C; }

 p { color: rgb(22,68,124); }

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

<style>
 a { background-color: #16447C; }

 a { background-color: rgb(22,68,124); }

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

<style>
 span { border-color: #16447C; }

 span { border-color: rgb(22,68,124); }

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