#201075

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

Shades of Midnight Blue #201075

Tints of Midnight Blue #201075

Color information

#201075 (or 0x201075) is unknown color: approx Midnight Blue. HEX triplet: 20, 10 and 75. RGB value is (32,16,117). Sum of RGB (Red+Green+Blue) = 32+16+117=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #201075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201075 is #DFEF8A. Grayscale: #1F1F1F. Windows color (decimal): -14675851 or 7671840. OLE color: 7671840.

HSL color Cylindrical-coordinate representation of color #201075: hue angle of 249.5º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201075 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3216117-
CMYK0.730.8600.54
HSL249.5º75.94%26.08%-
HSV(B)249.5º86.32%45.88%-
XYZ3.991.9617-
YUV32.3175.8127.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 117 (46.09% from 255) = 70.91%
R=19.39%
G=9.70%
B=70.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32161170.730.8600.54249.575.9426.08
Hex2010754956036fa4c1a
Octal402016511112606637211432
Binary10000010000111010110010011010110011011011111010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201075; }

 p { color: rgb(32,16,117); }

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

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

 a { background-color: rgb(32,16,117); }

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

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

 span { border-color: rgb(32,16,117); }

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