#200A62

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

Shades of Midnight Blue #200A62

Tints of Midnight Blue #200A62

Color information

#200A62 (or 0x200A62) is unknown color: approx Midnight Blue. HEX triplet: 20, 0A and 62. RGB value is (32,10,98). Sum of RGB (Red+Green+Blue) = 32+10+98=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #200A62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200A62 is #DFF59D. Grayscale: #1A1A1A. Windows color (decimal): -14677406 or 6425120. OLE color: 6425120.

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

Color convert

RGB321098-
CMYK0.670.9000.62
HSL255º81.48%21.18%-
HSV(B)255º89.8%38.43%-
XYZ2.911.4111.67-
YUV26.61168.29131.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.86%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 98 (38.67% from 255) = 70%
R=22.86%
G=7.14%
B=70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3210980.670.9000.6225581.4821.18
Hex20A62435A03Eff5115
Octal401214210313207637712125
Binary1000001010110001010000111011010011111011111111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200A62; }

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

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

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

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

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

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

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

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