#160C63

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

Shades of Midnight Blue #160C63

Tints of Midnight Blue #160C63

Color information

#160C63 (or 0x160C63) is unknown color: approx Midnight Blue. HEX triplet: 16, 0C and 63. RGB value is (22,12,99). Sum of RGB (Red+Green+Blue) = 22+12+99=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #160C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160C63 is #E9F39C. Grayscale: #181818. Windows color (decimal): -15332253 or 6491158. OLE color: 6491158.

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

Color convert

RGB221299-
CMYK0.780.8800.61
HSL246.9º78.38%21.76%-
HSV(B)246.9º87.88%38.82%-
XYZ2.711.3311.92-
YUV24.91169.81125.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.54%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 99 (39.06% from 255) = 74.44%
R=16.54%
G=9.02%
B=74.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2212990.780.8800.61246.978.3821.76
Hex16C634E5803Df74e16
Octal261414311613007536711626
Binary101101100110001110011101011000011110111110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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