#201464

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

Shades of Midnight Blue #201464

Tints of Midnight Blue #201464

Color information

#201464 (or 0x201464) is unknown color: approx Midnight Blue. HEX triplet: 20, 14 and 64. RGB value is (32,20,100). Sum of RGB (Red+Green+Blue) = 32+20+100=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #201464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201464 is #DFEB9B. Grayscale: #202020. Windows color (decimal): -14674844 or 6558752. OLE color: 6558752.

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

Color convert

RGB3220100-
CMYK0.680.800.61
HSL249º66.67%23.53%-
HSV(B)249º80%39.22%-
XYZ3.151.7312.22-
YUV32.71165.98127.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 100 (39.45% from 255) = 65.79%
R=21.05%
G=13.16%
B=65.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32201000.680.800.6124966.6723.53
Hex201464445003Df94318
Octal402414410412007537110330
Binary10000010100110010010001001010000011110111111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201464; }

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

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

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

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

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

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

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

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