#160A63

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

Shades of Midnight Blue #160A63

Tints of Midnight Blue #160A63

Color information

#160A63 (or 0x160A63) is unknown color: approx Midnight Blue. HEX triplet: 16, 0A and 63. RGB value is (22,10,99). Sum of RGB (Red+Green+Blue) = 22+10+99=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #160A63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160A63 is #E9F59C. Grayscale: #171717. Windows color (decimal): -15332765 or 6490646. OLE color: 6490646.

HSL color Cylindrical-coordinate representation of color #160A63: hue angle of 248.09º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160A63 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB221099-
CMYK0.780.9000.61
HSL248.09º81.65%21.37%-
HSV(B)248.09º89.9%38.82%-
XYZ2.691.2911.91-
YUV23.73170.48126.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 10 (4.30% from 255) = 7.63%
BLUE value IS 99 (39.06% from 255) = 75.57%
R=16.79%
G=7.63%
B=75.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2210990.780.9000.61248.0981.6521.37
Hex16A634E5A03Df85215
Octal261214311613207537012225
Binary101101010110001110011101011010011110111111000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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