#160B61

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

Shades of Midnight Blue #160B61

Tints of Midnight Blue #160B61

Color information

#160B61 (or 0x160B61) is unknown color: approx Midnight Blue. HEX triplet: 16, 0B and 61. RGB value is (22,11,97). Sum of RGB (Red+Green+Blue) = 22+11+97=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #160B61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160B61 is #E9F49E. Grayscale: #171717. Windows color (decimal): -15332511 or 6359830. OLE color: 6359830.

HSL color Cylindrical-coordinate representation of color #160B61: hue angle of 247.67º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #160B61 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB221197-
CMYK0.770.8900.62
HSL247.67º79.63%21.18%-
HSV(B)247.67º88.66%38.04%-
XYZ2.611.2711.42-
YUV24.09169.14126.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 11 (4.69% from 255) = 8.46%
BLUE value IS 97 (38.28% from 255) = 74.62%
R=16.92%
G=8.46%
B=74.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2211970.770.8900.62247.6779.6321.18
Hex16B614D5903Ef85015
Octal261314111513107637012025
Binary101101011110000110011011011001011111011111000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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