Shades of Midnight Blue #0B2082
Tints of Midnight Blue #0B2082
RGB
CMYK
RGB Variations
Color information
#0B2082 (or 0x0B2082) is known color: Midnight Blue. HEX triplet: 0B, 20 and 82. RGB value is (11,32,130). Sum of RGB (Red+Green+Blue) = 11+32+130=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 130 (51.17% from 255 or 75.14% from 173); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B2082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2082 is #F4DF7D. Grayscale: #242424. Windows color (decimal): -16047998 or 8527883. OLE color: 8527883.
HSL color Cylindrical-coordinate representation of color #0B2082: hue angle of 229.41º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B2082 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 32 | 130 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.49 |
| HSL | 229.41º | 0.84% | 0.28% | - |
| HSV(B) | 229.41º | 0.92% | 0.51% | - |
| XYZ | 4.68 | 2.72 | 21.4 | - |
| YUV | 36.89 | 180.54 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 130 | 0.92 | 0.75 | 0 | 0.49 | 229.41 | 0.84 | 0.28 |
| Hex | B | 20 | 82 | 5C | 4B | 0 | 31 | E5 | 54 | 1C |
| Octal | 13 | 40 | 202 | 134 | 113 | 0 | 61 | 345 | 124 | 34 |
| Binary | 1011 | 100000 | 10000010 | 1011100 | 1001011 | 0 | 110001 | 11100101 | 1010100 | 11100 |
Color Harmonies of #0B2082
Complementary color
Monochromatic Colors of #0B2082
Black with #0B2082
Text Example
Text Example
White with #0B2082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2082; }
p { color: rgb(11,32,130); }
H1.HeaderClassName
{
color: #0B2082;
}
.AnyTagClassName
{
color: #0B2082;
}
</style>
background-color css
<style>
a { background-color: #0B2082; }
a { background-color: rgb(11,32,130); }
div.DivClassName
{
background-color: #0B2082;
}
.BgClassName
{
background-color: #0B2082;
}
</style>
border-color css
<style>
span { border-color: #0B2082; }
span { border-color: rgb(11,32,130); }
td.TdClassName
{
border-color: #0B2082;
}
.TagClassName
{
border-color: #0B2082;
}
</style>