#201863

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

Shades of Midnight Blue #201863

Tints of Midnight Blue #201863

Color information

#201863 (or 0x201863) is unknown color: approx Midnight Blue. HEX triplet: 20, 18 and 63. RGB value is (32,24,99). Sum of RGB (Red+Green+Blue) = 32+24+99=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #201863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201863 is #DFE79C. Grayscale: #222222. Windows color (decimal): -14673821 or 6494240. OLE color: 6494240.

HSL color Cylindrical-coordinate representation of color #201863: hue angle of 246.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201863 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB322499-
CMYK0.680.7600.61
HSL246.4º60.98%24.12%-
HSV(B)246.4º75.76%38.82%-
XYZ3.171.8612-
YUV34.94164.15125.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 99 (39.06% from 255) = 63.87%
R=20.65%
G=15.48%
B=63.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3224990.680.7600.61246.460.9824.12
Hex201863444C03Df63d18
Octal40301431041140753667530
Binary1000001100011000111000100100110001111011111011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201863; }

 p { color: rgb(32,24,99); }

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

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

 a { background-color: rgb(32,24,99); }

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

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

 span { border-color: rgb(32,24,99); }

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