Shades of Midnight Blue #200F69
Tints of Midnight Blue #200F69
RGB
CMYK
RGB Variations
Color information
#200F69 (or 0x200F69) is known color: Midnight Blue. HEX triplet: 20, 0F and 69. RGB value is (32,15,105). Sum of RGB (Red+Green+Blue) = 32+15+105=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #200F69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F69 is #DFF096. Grayscale: #1E1E1E. Windows color (decimal): -14676119 or 6885152. OLE color: 6885152.
HSL color Cylindrical-coordinate representation of color #200F69: hue angle of 251.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200F69 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 15 | 105 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.59 |
| HSL | 251.33º | 0.75% | 0.24% | - |
| HSV(B) | 251.33º | 0.86% | 0.41% | - |
| XYZ | 3.32 | 1.67 | 13.51 | - |
| YUV | 30.34 | 170.13 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 105 | 0.70 | 0.86 | 0 | 0.59 | 251.33 | 0.75 | 0.24 |
| Hex | 20 | F | 69 | 46 | 56 | 0 | 3B | FB | 4B | 18 |
| Octal | 40 | 17 | 151 | 106 | 126 | 0 | 73 | 373 | 113 | 30 |
| Binary | 100000 | 1111 | 1101001 | 1000110 | 1010110 | 0 | 111011 | 11111011 | 1001011 | 11000 |
Color Harmonies of #200F69
Complementary color
Monochromatic Colors of #200F69
Black with #200F69
Text Example
Text Example
White with #200F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F69; }
p { color: rgb(32,15,105); }
H1.HeaderClassName
{
color: #200F69;
}
.AnyTagClassName
{
color: #200F69;
}
</style>
background-color css
<style>
a { background-color: #200F69; }
a { background-color: rgb(32,15,105); }
div.DivClassName
{
background-color: #200F69;
}
.BgClassName
{
background-color: #200F69;
}
</style>
border-color css
<style>
span { border-color: #200F69; }
span { border-color: rgb(32,15,105); }
td.TdClassName
{
border-color: #200F69;
}
.TagClassName
{
border-color: #200F69;
}
</style>