Shades of New Midnight Blue #0B059C
Tints of New Midnight Blue #0B059C
RGB
CMYK
RGB Variations
Color information
#0B059C (or 0x0B059C) is known color: New Midnight Blue. HEX triplet: 0B, 05 and 9C. RGB value is (11,5,156). Sum of RGB (Red+Green+Blue) = 11+5+156=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 156 (61.33% from 255 or 90.70% from 172); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B059C is #F4FA63. Grayscale: #171717. Windows color (decimal): -16054884 or 10224907. OLE color: 10224907.
HSL color Cylindrical-coordinate representation of color #0B059C: hue angle of 242.38º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B059C is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 5 | 156 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.39 |
| HSL | 242.38º | 0.94% | 0.32% | - |
| HSV(B) | 242.38º | 0.97% | 0.61% | - |
| XYZ | 6.19 | 2.58 | 31.62 | - |
| YUV | 24.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 156 | 0.93 | 0.97 | 0 | 0.39 | 242.38 | 0.94 | 0.32 |
| Hex | B | 5 | 9C | 5D | 61 | 0 | 27 | F2 | 5E | 20 |
| Octal | 13 | 5 | 234 | 135 | 141 | 0 | 47 | 362 | 136 | 40 |
| Binary | 1011 | 101 | 10011100 | 1011101 | 1100001 | 0 | 100111 | 11110010 | 1011110 | 100000 |
Color Harmonies of #0B059C
Complementary color
Monochromatic Colors of #0B059C
Black with #0B059C
Text Example
Text Example
White with #0B059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B059C; }
p { color: rgb(11,5,156); }
H1.HeaderClassName
{
color: #0B059C;
}
.AnyTagClassName
{
color: #0B059C;
}
</style>
background-color css
<style>
a { background-color: #0B059C; }
a { background-color: rgb(11,5,156); }
div.DivClassName
{
background-color: #0B059C;
}
.BgClassName
{
background-color: #0B059C;
}
</style>
border-color css
<style>
span { border-color: #0B059C; }
span { border-color: rgb(11,5,156); }
td.TdClassName
{
border-color: #0B059C;
}
.TagClassName
{
border-color: #0B059C;
}
</style>