#201462

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

Shades of Midnight Blue #201462

Tints of Midnight Blue #201462

Color information

#201462 (or 0x201462) is unknown color: approx Midnight Blue. HEX triplet: 20, 14 and 62. RGB value is (32,20,98). Sum of RGB (Red+Green+Blue) = 32+20+98=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #201462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201462 is #DFEB9D. Grayscale: #202020. Windows color (decimal): -14674846 or 6427680. OLE color: 6427680.

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

Color convert

RGB322098-
CMYK0.670.8000.62
HSL249.23º66.1%23.14%-
HSV(B)249.23º79.59%38.43%-
XYZ3.051.6911.72-
YUV32.48164.98127.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 98 (38.67% from 255) = 65.33%
R=21.33%
G=13.33%
B=65.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3220980.670.8000.62249.2366.123.14
Hex201462435003Ef94217
Octal402414210312007637110227
Binary10000010100110001010000111010000011111011111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201462; }

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

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

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

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

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

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

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

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