Shades of Midnight Blue #200F7C
Tints of Midnight Blue #200F7C
RGB
CMYK
RGB Variations
Color information
#200F7C (or 0x200F7C) is known color: Midnight Blue. HEX triplet: 20, 0F and 7C. RGB value is (32,15,124). Sum of RGB (Red+Green+Blue) = 32+15+124=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #200F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F7C is #DFF083. Grayscale: #202020. Windows color (decimal): -14676100 or 8130336. OLE color: 8130336.
HSL color Cylindrical-coordinate representation of color #200F7C: hue angle of 249.36º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200F7C is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 15 | 124 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.51 |
| HSL | 249.36º | 0.78% | 0.27% | - |
| HSV(B) | 249.36º | 0.88% | 0.49% | - |
| XYZ | 4.4 | 2.1 | 19.24 | - |
| YUV | 32.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 124 | 0.74 | 0.88 | 0 | 0.51 | 249.36 | 0.78 | 0.27 |
| Hex | 20 | F | 7C | 4A | 58 | 0 | 33 | F9 | 4E | 1B |
| Octal | 40 | 17 | 174 | 112 | 130 | 0 | 63 | 371 | 116 | 33 |
| Binary | 100000 | 1111 | 1111100 | 1001010 | 1011000 | 0 | 110011 | 11111001 | 1001110 | 11011 |
Color Harmonies of #200F7C
Complementary color
Monochromatic Colors of #200F7C
Black with #200F7C
Text Example
Text Example
White with #200F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F7C; }
p { color: rgb(32,15,124); }
H1.HeaderClassName
{
color: #200F7C;
}
.AnyTagClassName
{
color: #200F7C;
}
</style>
background-color css
<style>
a { background-color: #200F7C; }
a { background-color: rgb(32,15,124); }
div.DivClassName
{
background-color: #200F7C;
}
.BgClassName
{
background-color: #200F7C;
}
</style>
border-color css
<style>
span { border-color: #200F7C; }
span { border-color: rgb(32,15,124); }
td.TdClassName
{
border-color: #200F7C;
}
.TagClassName
{
border-color: #200F7C;
}
</style>