#160B63

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

Shades of Midnight Blue #160B63

Tints of Midnight Blue #160B63

Color information

#160B63 (or 0x160B63) is unknown color: approx Midnight Blue. HEX triplet: 16, 0B and 63. RGB value is (22,11,99). Sum of RGB (Red+Green+Blue) = 22+11+99=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #160B63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160B63 is #E9F49C. Grayscale: #171717. Windows color (decimal): -15332509 or 6490902. OLE color: 6490902.

HSL color Cylindrical-coordinate representation of color #160B63: hue angle of 247.5º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #160B63 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB221199-
CMYK0.780.8900.61
HSL247.5º80%21.57%-
HSV(B)247.5º88.89%38.82%-
XYZ2.71.3111.91-
YUV24.32170.14126.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.67%
GREEN value IS 11 (4.69% from 255) = 8.33%
BLUE value IS 99 (39.06% from 255) = 75%
R=16.67%
G=8.33%
B=75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2211990.780.8900.61247.58021.57
Hex16B634E5903Df85016
Octal261314311613107537012026
Binary101101011110001110011101011001011110111111000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160B63; }

 p { color: rgb(22,11,99); }

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

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

 a { background-color: rgb(22,11,99); }

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

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

 span { border-color: rgb(22,11,99); }

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