#200962

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

Shades of Midnight Blue #200962

Tints of Midnight Blue #200962

Color information

#200962 (or 0x200962) is unknown color: approx Midnight Blue. HEX triplet: 20, 09 and 62. RGB value is (32,9,98). Sum of RGB (Red+Green+Blue) = 32+9+98=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #200962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200962 is #DFF69D. Grayscale: #191919. Windows color (decimal): -14677662 or 6424864. OLE color: 6424864.

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

Color convert

RGB32998-
CMYK0.670.9100.62
HSL255.51º83.18%20.98%-
HSV(B)255.51º90.82%38.43%-
XYZ2.91.3811.67-
YUV26.02168.62132.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.02%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 98 (38.67% from 255) = 70.50%
R=23.02%
G=6.47%
B=70.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal329980.670.9100.62255.5183.1820.98
Hex20962435B03E1005315
Octal401114210313307640012325
Binary10000010011100010100001110110110111110100000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200962; }

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

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

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

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

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

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

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

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