#16347F

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

Shades of Dark Cerulean #16347F

Tints of Dark Cerulean #16347F

Color information

#16347F (or 0x16347F) is unknown color: approx Dark Cerulean. HEX triplet: 16, 34 and 7F. RGB value is (22,52,127). Sum of RGB (Red+Green+Blue) = 22+52+127=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #16347F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16347F is #E9CB80. Grayscale: #333333. Windows color (decimal): -15321985 or 8336406. OLE color: 8336406.

HSL color Cylindrical-coordinate representation of color #16347F: hue angle of 222.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16347F is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2252127-
CMYK0.830.5900.50
HSL222.86º70.47%29.22%-
HSV(B)222.86º82.68%49.8%-
XYZ5.394.1620.6-
YUV51.58170.56106.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 127 (50% from 255) = 63.18%
R=10.95%
G=25.87%
B=63.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22521270.830.5900.50222.8670.4729.22
Hex16347F533B032df461d
Octal26641771237306233710635
Binary1011011010011111111010011111011011001011011111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16347F; }

 p { color: rgb(22,52,127); }

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

<style>
 a { background-color: #16347F; }

 a { background-color: rgb(22,52,127); }

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

<style>
 span { border-color: #16347F; }

 span { border-color: rgb(22,52,127); }

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