#160062

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

Shades of Midnight Blue #160062

Tints of Midnight Blue #160062

Color information

#160062 (or 0x160062) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 62. RGB value is (22,0,98). Sum of RGB (Red+Green+Blue) = 22+0+98=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #160062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160062 is #E9FF9D. Grayscale: #111111. Windows color (decimal): -15335326 or 6422550. OLE color: 6422550.

HSL color Cylindrical-coordinate representation of color #160062: hue angle of 253.47º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160062 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB22098-
CMYK0.78100.62
HSL253.47º100%19.22%-
HSV(B)253.47º100%38.43%-
XYZ2.541.0511.62-
YUV17.75173.29131.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 81.67%
R=18.33%
G=0%
B=81.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal220980.78100.62253.4710019.22
Hex160624E6403Efd6413
Octal26014211614407637514423
Binary101100110001010011101100100011111011111101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160062; }

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

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

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

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

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

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

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

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