#16006D

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

Shades of Midnight Blue #16006D

Tints of Midnight Blue #16006D

Color information

#16006D (or 0x16006D) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 6D. RGB value is (22,0,109). Sum of RGB (Red+Green+Blue) = 22+0+109=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #16006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16006D is #E9FF92. Grayscale: #121212. Windows color (decimal): -15335315 or 7143446. OLE color: 7143446.

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

Color convert

RGB220109-
CMYK0.80100.57
HSL252.11º100%21.37%-
HSV(B)252.11º100%42.75%-
XYZ3.091.2714.55-
YUV19178.79130.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 83.21%
R=16.79%
G=0%
B=83.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2201090.80100.57252.1110021.37
Hex1606D5064039fc6415
Octal26015512014407137414425
Binary101100110110110100001100100011100111111100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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