#201364

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

Shades of Midnight Blue #201364

Tints of Midnight Blue #201364

Color information

#201364 (or 0x201364) is unknown color: approx Midnight Blue. HEX triplet: 20, 13 and 64. RGB value is (32,19,100). Sum of RGB (Red+Green+Blue) = 32+19+100=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #201364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201364 is #DFEC9B. Grayscale: #1F1F1F. Windows color (decimal): -14675100 or 6558496. OLE color: 6558496.

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

Color convert

RGB3219100-
CMYK0.680.8100.61
HSL249.63º68.07%23.33%-
HSV(B)249.63º81%39.22%-
XYZ3.131.6912.22-
YUV32.12166.31127.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 100 (39.45% from 255) = 66.23%
R=21.19%
G=12.58%
B=66.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32191000.680.8100.61249.6368.0723.33
Hex201364445103Dfa4417
Octal402314410412107537210427
Binary10000010011110010010001001010001011110111111010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201364; }

 p { color: rgb(32,19,100); }

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

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

 a { background-color: rgb(32,19,100); }

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

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

 span { border-color: rgb(32,19,100); }

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