#201680

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

Shades of Midnight Blue #201680

Tints of Midnight Blue #201680

Color information

#201680 (or 0x201680) is unknown color: approx Midnight Blue. HEX triplet: 20, 16 and 80. RGB value is (32,22,128). Sum of RGB (Red+Green+Blue) = 32+22+128=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #201680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201680 is #DFE97F. Grayscale: #242424. Windows color (decimal): -14674304 or 8394272. OLE color: 8394272.

HSL color Cylindrical-coordinate representation of color #201680: hue angle of 245.66º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201680 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3222128-
CMYK0.750.8300.50
HSL245.66º70.67%29.41%-
HSV(B)245.66º82.81%50.2%-
XYZ4.782.4420.64-
YUV37.07179.31124.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 128 (50.39% from 255) = 70.33%
R=17.58%
G=12.09%
B=70.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32221280.750.8300.50245.6670.6729.41
Hex2016804B53032f6471d
Octal402620011312306236610735
Binary100000101101000000010010111010011011001011110110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201680; }

 p { color: rgb(32,22,128); }

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

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

 a { background-color: rgb(32,22,128); }

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

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

 span { border-color: rgb(32,22,128); }

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