#160061

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

Shades of Midnight Blue #160061

Tints of Midnight Blue #160061

Color information

#160061 (or 0x160061) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 61. RGB value is (22,0,97). Sum of RGB (Red+Green+Blue) = 22+0+97=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #160061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160061 is #E9FF9E. Grayscale: #111111. Windows color (decimal): -15335327 or 6357014. OLE color: 6357014.

HSL color Cylindrical-coordinate representation of color #160061: hue angle of 253.61º 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 #160061 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB22097-
CMYK0.77100.62
HSL253.61º100%19.02%-
HSV(B)253.61º100%38.04%-
XYZ2.491.0311.38-
YUV17.64172.79131.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 81.51%
R=18.49%
G=0%
B=81.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal220970.77100.62253.6110019.02
Hex160614D6403Efe6413
Octal26014111514407637614423
Binary101100110000110011011100100011111011111110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160061; }

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

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

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

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

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

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

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

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