#16016C

Color #16016C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #16016C

Tints of Midnight Blue #16016C

Color information

#16016C (or 0x16016C) is unknown color: approx Midnight Blue. HEX triplet: 16, 01 and 6C. RGB value is (22,1,108). Sum of RGB (Red+Green+Blue) = 22+1+108=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #16016C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16016C is #E9FE93. Grayscale: #131313. Windows color (decimal): -15335060 or 7078166. OLE color: 7078166.

HSL color Cylindrical-coordinate representation of color #16016C: hue angle of 251.78º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16016C is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB221108-
CMYK0.800.9900.58
HSL251.78º98.17%21.37%-
HSV(B)251.78º99.07%42.35%-
XYZ3.051.2714.27-
YUV19.48177.96129.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 108 (42.58% from 255) = 82.44%
R=16.79%
G=0.76%
B=82.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2211080.800.9900.58251.7898.1721.37
Hex1616C506303Afc6215
Octal26115412014307237414225
Binary101101110110010100001100011011101011111100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,1,108); }

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

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

 a { background-color: rgb(22,1,108); }

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

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

 span { border-color: rgb(22,1,108); }

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