#16447A

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

Shades of Dark Cerulean #16447A

Tints of Dark Cerulean #16447A

Color information

#16447A (or 0x16447A) is unknown color: approx Dark Cerulean. HEX triplet: 16, 44 and 7A. RGB value is (22,68,122). Sum of RGB (Red+Green+Blue) = 22+68+122=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #16447A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16447A is #E9BB85. Grayscale: #3C3C3C. Windows color (decimal): -15317894 or 8012822. OLE color: 8012822.

HSL color Cylindrical-coordinate representation of color #16447A: hue angle of 212.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16447A is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2268122-
CMYK0.820.4400.52
HSL212.4º69.44%28.24%-
HSV(B)212.4º81.97%47.84%-
XYZ5.915.7119.2-
YUV60.4162.76100.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.38%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 122 (48.05% from 255) = 57.55%
R=10.38%
G=32.08%
B=57.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22681220.820.4400.52212.469.4428.24
Hex16447A522C034d4451c
Octal261041721225406432410534
Binary10110100010011110101010010101100011010011010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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