Shades of New Midnight Blue #060B96
Tints of New Midnight Blue #060B96
RGB
CMYK
RGB Variations
Color information
#060B96 (or 0x060B96) is known color: New Midnight Blue. HEX triplet: 06, 0B and 96. RGB value is (6,11,150). Sum of RGB (Red+Green+Blue) = 6+11+150=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 150 (58.98% from 255 or 89.82% from 167); Max value from RGB is 150 - color contains mainly: blue. Hex color #060B96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060B96 is #F9F469. Grayscale: #181818. Windows color (decimal): -16381034 or 9833222. OLE color: 9833222.
HSL color Cylindrical-coordinate representation of color #060B96: hue angle of 237.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060B96 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 11 | 150 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.41 |
| HSL | 237.92º | 0.92% | 0.31% | - |
| HSV(B) | 237.92º | 0.96% | 0.59% | - |
| XYZ | 5.7 | 2.48 | 29.03 | - |
| YUV | 25.35 | 198.34 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 150 | 0.96 | 0.93 | 0 | 0.41 | 237.92 | 0.92 | 0.31 |
| Hex | 6 | B | 96 | 60 | 5D | 0 | 29 | EE | 5C | 1F |
| Octal | 6 | 13 | 226 | 140 | 135 | 0 | 51 | 356 | 134 | 37 |
| Binary | 110 | 1011 | 10010110 | 1100000 | 1011101 | 0 | 101001 | 11101110 | 1011100 | 11111 |
Color Harmonies of #060B96
Complementary color
Monochromatic Colors of #060B96
Black with #060B96
Text Example
Text Example
White with #060B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B96; }
p { color: rgb(6,11,150); }
H1.HeaderClassName
{
color: #060B96;
}
.AnyTagClassName
{
color: #060B96;
}
</style>
background-color css
<style>
a { background-color: #060B96; }
a { background-color: rgb(6,11,150); }
div.DivClassName
{
background-color: #060B96;
}
.BgClassName
{
background-color: #060B96;
}
</style>
border-color css
<style>
span { border-color: #060B96; }
span { border-color: rgb(6,11,150); }
td.TdClassName
{
border-color: #060B96;
}
.TagClassName
{
border-color: #060B96;
}
</style>