#160259

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

Shades of Midnight Blue #160259

Tints of Midnight Blue #160259

Color information

#160259 (or 0x160259) is unknown color: approx Midnight Blue. HEX triplet: 16, 02 and 59. RGB value is (22,2,89). Sum of RGB (Red+Green+Blue) = 22+2+89=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #160259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160259 is #E9FDA6. Grayscale: #111111. Windows color (decimal): -15334823 or 5833238. OLE color: 5833238.

HSL color Cylindrical-coordinate representation of color #160259: hue angle of 253.79º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160259 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB22289-
CMYK0.750.9800.65
HSL253.79º95.6%17.84%-
HSV(B)253.79º97.75%34.9%-
XYZ2.160.949.52-
YUV17.9168.13130.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 89 (35.16% from 255) = 78.76%
R=19.47%
G=1.77%
B=78.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal222890.750.9800.65253.7995.617.84
Hex162594B62041fe6012
Octal262131113142010137614022
Binary10110101011001100101111000100100000111111110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160259; }

 p { color: rgb(22,2,89); }

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

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

 a { background-color: rgb(22,2,89); }

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

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

 span { border-color: rgb(22,2,89); }

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