#200F63

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

Shades of Midnight Blue #200F63

Tints of Midnight Blue #200F63

Color information

#200F63 (or 0x200F63) is unknown color: approx Midnight Blue. HEX triplet: 20, 0F and 63. RGB value is (32,15,99). Sum of RGB (Red+Green+Blue) = 32+15+99=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #200F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F63 is #DFF09C. Grayscale: #1D1D1D. Windows color (decimal): -14676125 or 6491936. OLE color: 6491936.

HSL color Cylindrical-coordinate representation of color #200F63: hue angle of 252.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #200F63 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB321599-
CMYK0.680.8500.61
HSL252.14º73.68%22.35%-
HSV(B)252.14º84.85%38.82%-
XYZ3.021.5511.94-
YUV29.66167.13129.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 15 (6.25% from 255) = 10.27%
BLUE value IS 99 (39.06% from 255) = 67.81%
R=21.92%
G=10.27%
B=67.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3215990.680.8500.61252.1473.6822.35
Hex20F63445503Dfc4a16
Octal401714310412507537411226
Binary1000001111110001110001001010101011110111111100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,15,99); }

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

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

 a { background-color: rgb(32,15,99); }

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

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

 span { border-color: rgb(32,15,99); }

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