Shades of Midnight Blue #0B207F
Tints of Midnight Blue #0B207F
RGB
CMYK
RGB Variations
Color information
#0B207F (or 0x0B207F) is known color: Midnight Blue. HEX triplet: 0B, 20 and 7F. RGB value is (11,32,127). Sum of RGB (Red+Green+Blue) = 11+32+127=170 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.47% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #0B207F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B207F is #F4DF80. Grayscale: #242424. Windows color (decimal): -16048001 or 8331275. OLE color: 8331275.
HSL color Cylindrical-coordinate representation of color #0B207F: hue angle of 229.14º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B207F is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 32 | 127 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.50 |
| HSL | 229.14º | 0.84% | 0.27% | - |
| HSV(B) | 229.14º | 0.91% | 0.5% | - |
| XYZ | 4.49 | 2.64 | 20.35 | - |
| YUV | 36.55 | 179.04 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 127 | 0.91 | 0.75 | 0 | 0.50 | 229.14 | 0.84 | 0.27 |
| Hex | B | 20 | 7F | 5B | 4B | 0 | 32 | E5 | 54 | 1B |
| Octal | 13 | 40 | 177 | 133 | 113 | 0 | 62 | 345 | 124 | 33 |
| Binary | 1011 | 100000 | 1111111 | 1011011 | 1001011 | 0 | 110010 | 11100101 | 1010100 | 11011 |
Color Harmonies of #0B207F
Complementary color
Monochromatic Colors of #0B207F
Black with #0B207F
Text Example
Text Example
White with #0B207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B207F; }
p { color: rgb(11,32,127); }
H1.HeaderClassName
{
color: #0B207F;
}
.AnyTagClassName
{
color: #0B207F;
}
</style>
background-color css
<style>
a { background-color: #0B207F; }
a { background-color: rgb(11,32,127); }
div.DivClassName
{
background-color: #0B207F;
}
.BgClassName
{
background-color: #0B207F;
}
</style>
border-color css
<style>
span { border-color: #0B207F; }
span { border-color: rgb(11,32,127); }
td.TdClassName
{
border-color: #0B207F;
}
.TagClassName
{
border-color: #0B207F;
}
</style>