#201460

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

Shades of Midnight Blue #201460

Tints of Midnight Blue #201460

Color information

#201460 (or 0x201460) is unknown color: approx Midnight Blue. HEX triplet: 20, 14 and 60. RGB value is (32,20,96). Sum of RGB (Red+Green+Blue) = 32+20+96=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #201460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201460 is #DFEB9F. Grayscale: #1F1F1F. Windows color (decimal): -14674848 or 6296608. OLE color: 6296608.

HSL color Cylindrical-coordinate representation of color #201460: hue angle of 249.47º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201460 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB322096-
CMYK0.670.7900.62
HSL249.47º65.52%22.75%-
HSV(B)249.47º79.17%37.65%-
XYZ2.961.6511.23-
YUV32.25163.98127.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.62%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 96 (37.89% from 255) = 64.86%
R=21.62%
G=13.51%
B=64.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3220960.670.7900.62249.4765.5222.75
Hex201460434F03Ef94217
Octal402414010311707637110227
Binary10000010100110000010000111001111011111011111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201460; }

 p { color: rgb(32,20,96); }

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

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

 a { background-color: rgb(32,20,96); }

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

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

 span { border-color: rgb(32,20,96); }

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