#201161

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

Shades of Midnight Blue #201161

Tints of Midnight Blue #201161

Color information

#201161 (or 0x201161) is unknown color: approx Midnight Blue. HEX triplet: 20, 11 and 61. RGB value is (32,17,97). Sum of RGB (Red+Green+Blue) = 32+17+97=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #201161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201161 is #DFEE9E. Grayscale: #1E1E1E. Windows color (decimal): -14675615 or 6361376. OLE color: 6361376.

HSL color Cylindrical-coordinate representation of color #201161: hue angle of 251.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201161 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB321797-
CMYK0.670.8200.62
HSL251.25º70.18%22.35%-
HSV(B)251.25º82.47%38.04%-
XYZ2.951.5711.46-
YUV30.6165.47129-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 97 (38.28% from 255) = 66.44%
R=21.92%
G=11.64%
B=66.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3217970.670.8200.62251.2570.1822.35
Hex201161435203Efb4616
Octal402114110312207637310626
Binary10000010001110000110000111010010011111011111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201161; }

 p { color: rgb(32,17,97); }

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

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

 a { background-color: rgb(32,17,97); }

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

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

 span { border-color: rgb(32,17,97); }

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