Shades of New Midnight Blue #0B089B
Tints of New Midnight Blue #0B089B
RGB
CMYK
RGB Variations
Color information
#0B089B (or 0x0B089B) is known color: New Midnight Blue. HEX triplet: 0B, 08 and 9B. RGB value is (11,8,155). Sum of RGB (Red+Green+Blue) = 11+8+155=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 155 (60.94% from 255 or 89.08% from 174); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B089B is #F4F764. Grayscale: #191919. Windows color (decimal): -16054117 or 10160139. OLE color: 10160139.
HSL color Cylindrical-coordinate representation of color #0B089B: hue angle of 241.22º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B089B is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 8 | 155 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.39 |
| HSL | 241.22º | 0.9% | 0.32% | - |
| HSV(B) | 241.22º | 0.95% | 0.61% | - |
| XYZ | 6.14 | 2.61 | 31.19 | - |
| YUV | 25.66 | 200.99 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 155 | 0.93 | 0.95 | 0 | 0.39 | 241.22 | 0.9 | 0.32 |
| Hex | B | 8 | 9B | 5D | 5F | 0 | 27 | F1 | 5A | 20 |
| Octal | 13 | 10 | 233 | 135 | 137 | 0 | 47 | 361 | 132 | 40 |
| Binary | 1011 | 1000 | 10011011 | 1011101 | 1011111 | 0 | 100111 | 11110001 | 1011010 | 100000 |
Color Harmonies of #0B089B
Complementary color
Monochromatic Colors of #0B089B
Black with #0B089B
Text Example
Text Example
White with #0B089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B089B; }
p { color: rgb(11,8,155); }
H1.HeaderClassName
{
color: #0B089B;
}
.AnyTagClassName
{
color: #0B089B;
}
</style>
background-color css
<style>
a { background-color: #0B089B; }
a { background-color: rgb(11,8,155); }
div.DivClassName
{
background-color: #0B089B;
}
.BgClassName
{
background-color: #0B089B;
}
</style>
border-color css
<style>
span { border-color: #0B089B; }
span { border-color: rgb(11,8,155); }
td.TdClassName
{
border-color: #0B089B;
}
.TagClassName
{
border-color: #0B089B;
}
</style>