#201365

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

Shades of Midnight Blue #201365

Tints of Midnight Blue #201365

Color information

#201365 (or 0x201365) is unknown color: approx Midnight Blue. HEX triplet: 20, 13 and 65. RGB value is (32,19,101). Sum of RGB (Red+Green+Blue) = 32+19+101=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #201365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201365 is #DFEC9A. Grayscale: #1F1F1F. Windows color (decimal): -14675099 or 6624032. OLE color: 6624032.

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

Color convert

RGB3219101-
CMYK0.680.8100.60
HSL249.51º68.33%23.53%-
HSV(B)249.51º81.19%39.61%-
XYZ3.181.7112.47-
YUV32.24166.81127.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 101 (39.84% from 255) = 66.45%
R=21.05%
G=12.5%
B=66.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32191010.680.8100.60249.5168.3323.53
Hex201365445103Cfa4418
Octal402314510412107437210430
Binary10000010011110010110001001010001011110011111010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201365; }

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

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

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

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

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

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

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

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