#200F7B

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

Shades of Midnight Blue #200F7B

Tints of Midnight Blue #200F7B

Color information

#200F7B (or 0x200F7B) is unknown color: approx Midnight Blue. HEX triplet: 20, 0F and 7B. RGB value is (32,15,123). Sum of RGB (Red+Green+Blue) = 32+15+123=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 123 (48.44% from 255 or 72.35% from 170); Max value from RGB is 123 - color contains mainly: blue. Hex color #200F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F7B is #DFF084. Grayscale: #1F1F1F. Windows color (decimal): -14676101 or 8064800. OLE color: 8064800.

HSL color Cylindrical-coordinate representation of color #200F7B: hue angle of 249.44º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200F7B is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3215123-
CMYK0.740.8800.52
HSL249.44º78.26%27.06%-
HSV(B)249.44º87.8%48.24%-
XYZ4.342.0818.91-
YUV32.39179.13127.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 15 (6.25% from 255) = 8.82%
BLUE value IS 123 (48.44% from 255) = 72.35%
R=18.82%
G=8.82%
B=72.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32151230.740.8800.52249.4478.2627.06
Hex20F7B4A58034f94e1b
Octal401717311213006437111633
Binary1000001111111101110010101011000011010011111001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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