Shades of New Midnight Blue #0B089D
Tints of New Midnight Blue #0B089D
RGB
CMYK
RGB Variations
Color information
#0B089D (or 0x0B089D) is known color: New Midnight Blue. HEX triplet: 0B, 08 and 9D. RGB value is (11,8,157). Sum of RGB (Red+Green+Blue) = 11+8+157=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 157 (61.72% from 255 or 89.20% from 176); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B089D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B089D is #F4F762. Grayscale: #191919. Windows color (decimal): -16054115 or 10291211. OLE color: 10291211.
HSL color Cylindrical-coordinate representation of color #0B089D: hue angle of 241.21º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B089D is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 8 | 157 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.38 |
| HSL | 241.21º | 0.9% | 0.32% | - |
| HSV(B) | 241.21º | 0.95% | 0.62% | - |
| XYZ | 6.31 | 2.68 | 32.08 | - |
| YUV | 25.88 | 201.99 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 157 | 0.93 | 0.95 | 0 | 0.38 | 241.21 | 0.9 | 0.32 |
| Hex | B | 8 | 9D | 5D | 5F | 0 | 26 | F1 | 5A | 20 |
| Octal | 13 | 10 | 235 | 135 | 137 | 0 | 46 | 361 | 132 | 40 |
| Binary | 1011 | 1000 | 10011101 | 1011101 | 1011111 | 0 | 100110 | 11110001 | 1011010 | 100000 |
Color Harmonies of #0B089D
Complementary color
Monochromatic Colors of #0B089D
Black with #0B089D
Text Example
Text Example
White with #0B089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B089D; }
p { color: rgb(11,8,157); }
H1.HeaderClassName
{
color: #0B089D;
}
.AnyTagClassName
{
color: #0B089D;
}
</style>
background-color css
<style>
a { background-color: #0B089D; }
a { background-color: rgb(11,8,157); }
div.DivClassName
{
background-color: #0B089D;
}
.BgClassName
{
background-color: #0B089D;
}
</style>
border-color css
<style>
span { border-color: #0B089D; }
span { border-color: rgb(11,8,157); }
td.TdClassName
{
border-color: #0B089D;
}
.TagClassName
{
border-color: #0B089D;
}
</style>