#160B62

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

Shades of Midnight Blue #160B62

Tints of Midnight Blue #160B62

Color information

#160B62 (or 0x160B62) is unknown color: approx Midnight Blue. HEX triplet: 16, 0B and 62. RGB value is (22,11,98). Sum of RGB (Red+Green+Blue) = 22+11+98=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #160B62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160B62 is #E9F49D. Grayscale: #171717. Windows color (decimal): -15332510 or 6425366. OLE color: 6425366.

HSL color Cylindrical-coordinate representation of color #160B62: hue angle of 247.59º 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 #160B62 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB221198-
CMYK0.780.8900.62
HSL247.59º79.82%21.37%-
HSV(B)247.59º88.78%38.43%-
XYZ2.661.2911.66-
YUV24.21169.64126.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 11 (4.69% from 255) = 8.40%
BLUE value IS 98 (38.67% from 255) = 74.81%
R=16.79%
G=8.40%
B=74.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2211980.780.8900.62247.5979.8221.37
Hex16B624E5903Ef85015
Octal261314211613107637012025
Binary101101011110001010011101011001011111011111000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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