#160069

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

Shades of Midnight Blue #160069

Tints of Midnight Blue #160069

Color information

#160069 (or 0x160069) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 69. RGB value is (22,0,105). Sum of RGB (Red+Green+Blue) = 22+0+105=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 105 (41.41% from 255 or 82.68% from 127); Max value from RGB is 105 - color contains mainly: blue. Hex color #160069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160069 is #E9FF96. Grayscale: #121212. Windows color (decimal): -15335319 or 6881302. OLE color: 6881302.

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

Color convert

RGB220105-
CMYK0.79100.59
HSL252.57º100%20.59%-
HSV(B)252.57º100%41.18%-
XYZ2.881.1913.44-
YUV18.55176.79130.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 82.68%
R=17.32%
G=0%
B=82.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2201050.79100.59252.5710020.59
Hex160694F6403Bfd6415
Octal26015111714407337514425
Binary101100110100110011111100100011101111111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160069; }

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

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

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

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

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

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

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

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