#16006B

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

Shades of Midnight Blue #16006B

Tints of Midnight Blue #16006B

Color information

#16006B (or 0x16006B) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 6B. RGB value is (22,0,107). Sum of RGB (Red+Green+Blue) = 22+0+107=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 107 (42.19% from 255 or 82.95% from 129); Max value from RGB is 107 - color contains mainly: blue. Hex color #16006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16006B is #E9FF94. Grayscale: #121212. Windows color (decimal): -15335317 or 7012374. OLE color: 7012374.

HSL color Cylindrical-coordinate representation of color #16006B: hue angle of 252.34º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16006B is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB220107-
CMYK0.79100.58
HSL252.34º100%20.98%-
HSV(B)252.34º100%41.96%-
XYZ2.981.2313.99-
YUV18.78177.79130.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 82.95%
R=17.05%
G=0%
B=82.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2201070.79100.58252.3410020.98
Hex1606B4F6403Afc6415
Octal26015311714407237414425
Binary101100110101110011111100100011101011111100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,0,107); }

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

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

 a { background-color: rgb(22,0,107); }

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

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

 span { border-color: rgb(22,0,107); }

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