#16477B

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

Shades of Dark Cerulean #16477B

Tints of Dark Cerulean #16477B

Color information

#16477B (or 0x16477B) is unknown color: approx Dark Cerulean. HEX triplet: 16, 47 and 7B. RGB value is (22,71,123). Sum of RGB (Red+Green+Blue) = 22+71+123=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #16477B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16477B is #E9B884. Grayscale: #3E3E3E. Windows color (decimal): -15317125 or 8079126. OLE color: 8079126.

HSL color Cylindrical-coordinate representation of color #16477B: hue angle of 210.89º degrees, saturation: 0.7, 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 #16477B is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2271123-
CMYK0.820.4200.52
HSL210.89º69.66%28.43%-
HSV(B)210.89º82.11%48.24%-
XYZ6.166.1119.59-
YUV62.28162.2799.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=10.19%
G=32.87%
B=56.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22711230.820.4200.52210.8969.6628.43
Hex16477B522A034d3461c
Octal261071731225206432310634
Binary10110100011111110111010010101010011010011010011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16477B; }

 p { color: rgb(22,71,123); }

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

<style>
 a { background-color: #16477B; }

 a { background-color: rgb(22,71,123); }

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

<style>
 span { border-color: #16477B; }

 span { border-color: rgb(22,71,123); }

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