Shades of Midnight Blue #0B085A
Tints of Midnight Blue #0B085A
RGB
CMYK
RGB Variations
Color information
#0B085A (or 0x0B085A) is known color: Midnight Blue. HEX triplet: 0B, 08 and 5A. RGB value is (11,8,90). Sum of RGB (Red+Green+Blue) = 11+8+90=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 90 (35.55% from 255 or 82.57% from 109); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B085A is #F4F7A5. Grayscale: #111111. Windows color (decimal): -16054182 or 5900299. OLE color: 5900299.
HSL color Cylindrical-coordinate representation of color #0B085A: hue angle of 242.2º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B085A is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 8 | 90 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.65 |
| HSL | 242.2º | 0.84% | 0.19% | - |
| HSV(B) | 242.2º | 0.91% | 0.35% | - |
| XYZ | 2.07 | 0.98 | 9.75 | - |
| YUV | 18.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 90 | 0.88 | 0.91 | 0 | 0.65 | 242.2 | 0.84 | 0.19 |
| Hex | B | 8 | 5A | 58 | 5B | 0 | 41 | F2 | 54 | 13 |
| Octal | 13 | 10 | 132 | 130 | 133 | 0 | 101 | 362 | 124 | 23 |
| Binary | 1011 | 1000 | 1011010 | 1011000 | 1011011 | 0 | 1000001 | 11110010 | 1010100 | 10011 |
Color Harmonies of #0B085A
Complementary color
Monochromatic Colors of #0B085A
Black with #0B085A
Text Example
Text Example
White with #0B085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B085A; }
p { color: rgb(11,8,90); }
H1.HeaderClassName
{
color: #0B085A;
}
.AnyTagClassName
{
color: #0B085A;
}
</style>
background-color css
<style>
a { background-color: #0B085A; }
a { background-color: rgb(11,8,90); }
div.DivClassName
{
background-color: #0B085A;
}
.BgClassName
{
background-color: #0B085A;
}
</style>
border-color css
<style>
span { border-color: #0B085A; }
span { border-color: rgb(11,8,90); }
td.TdClassName
{
border-color: #0B085A;
}
.TagClassName
{
border-color: #0B085A;
}
</style>