Shades of New Midnight Blue #060BA8
Tints of New Midnight Blue #060BA8
RGB
CMYK
RGB Variations
Color information
#060BA8 (or 0x060BA8) is known color: New Midnight Blue. HEX triplet: 06, 0B and A8. RGB value is (6,11,168). Sum of RGB (Red+Green+Blue) = 6+11+168=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 168 (66.02% from 255 or 90.81% from 185); Max value from RGB is 168 - color contains mainly: blue. Hex color #060BA8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060BA8 is #F9F457. Grayscale: #1A1A1A. Windows color (decimal): -16381016 or 11012870. OLE color: 11012870.
HSL color Cylindrical-coordinate representation of color #060BA8: hue angle of 238.15º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060BA8 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 6 | 11 | 168 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.34 |
| HSL | 238.15º | 0.93% | 0.34% | - |
| HSV(B) | 238.15º | 0.96% | 0.66% | - |
| XYZ | 7.26 | 3.11 | 37.26 | - |
| YUV | 27.4 | 207.34 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 168 | 0.96 | 0.93 | 0 | 0.34 | 238.15 | 0.93 | 0.34 |
| Hex | 6 | B | A8 | 60 | 5D | 0 | 22 | EE | 5D | 22 |
| Octal | 6 | 13 | 250 | 140 | 135 | 0 | 42 | 356 | 135 | 42 |
| Binary | 110 | 1011 | 10101000 | 1100000 | 1011101 | 0 | 100010 | 11101110 | 1011101 | 100010 |
Color Harmonies of #060BA8
Complementary color
Monochromatic Colors of #060BA8
Black with #060BA8
Text Example
Text Example
White with #060BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060BA8; }
p { color: rgb(6,11,168); }
H1.HeaderClassName
{
color: #060BA8;
}
.AnyTagClassName
{
color: #060BA8;
}
</style>
background-color css
<style>
a { background-color: #060BA8; }
a { background-color: rgb(6,11,168); }
div.DivClassName
{
background-color: #060BA8;
}
.BgClassName
{
background-color: #060BA8;
}
</style>
border-color css
<style>
span { border-color: #060BA8; }
span { border-color: rgb(6,11,168); }
td.TdClassName
{
border-color: #060BA8;
}
.TagClassName
{
border-color: #060BA8;
}
</style>