#200C73

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

Shades of Midnight Blue #200C73

Tints of Midnight Blue #200C73

Color information

#200C73 (or 0x200C73) is unknown color: approx Midnight Blue. HEX triplet: 20, 0C and 73. RGB value is (32,12,115). Sum of RGB (Red+Green+Blue) = 32+12+115=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #200C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200C73 is #DFF38C. Grayscale: #1D1D1D. Windows color (decimal): -14676877 or 7539744. OLE color: 7539744.

HSL color Cylindrical-coordinate representation of color #200C73: hue angle of 251.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200C73 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3212115-
CMYK0.720.9000.55
HSL251.65º81.1%24.9%-
HSV(B)251.65º89.57%45.1%-
XYZ3.821.8116.37-
YUV29.72176.13129.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 115 (45.31% from 255) = 72.33%
R=20.13%
G=7.55%
B=72.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32121150.720.9000.55251.6581.124.9
Hex20C73485A037fc5119
Octal401416311013206737412131
Binary1000001100111001110010001011010011011111111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,12,115); }

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

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

 a { background-color: rgb(32,12,115); }

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

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

 span { border-color: rgb(32,12,115); }

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