#16006C

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

Shades of Midnight Blue #16006C

Tints of Midnight Blue #16006C

Color information

#16006C (or 0x16006C) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 6C. RGB value is (22,0,108). Sum of RGB (Red+Green+Blue) = 22+0+108=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #16006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16006C is #E9FF93. Grayscale: #121212. Windows color (decimal): -15335316 or 7077910. OLE color: 7077910.

HSL color Cylindrical-coordinate representation of color #16006C: hue angle of 252.22º 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 #16006C is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB220108-
CMYK0.80100.58
HSL252.22º100%21.18%-
HSV(B)252.22º100%42.35%-
XYZ3.041.2514.27-
YUV18.89178.29130.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 83.08%
R=16.92%
G=0%
B=83.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2201080.80100.58252.2210021.18
Hex1606C506403Afc6415
Octal26015412014407237414425
Binary101100110110010100001100100011101011111100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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