Shades of New Midnight Blue #060BA7
Tints of New Midnight Blue #060BA7
RGB
CMYK
RGB Variations
Color information
#060BA7 (or 0x060BA7) is known color: New Midnight Blue. HEX triplet: 06, 0B and A7. RGB value is (6,11,167). Sum of RGB (Red+Green+Blue) = 6+11+167=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 167 (65.62% from 255 or 90.76% from 184); Max value from RGB is 167 - color contains mainly: blue. Hex color #060BA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060BA7 is #F9F458. Grayscale: #1A1A1A. Windows color (decimal): -16381017 or 10947334. OLE color: 10947334.
HSL color Cylindrical-coordinate representation of color #060BA7: hue angle of 238.14º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060BA7 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 11 | 167 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.35 |
| HSL | 238.14º | 0.93% | 0.34% | - |
| HSV(B) | 238.14º | 0.96% | 0.65% | - |
| XYZ | 7.17 | 3.07 | 36.77 | - |
| YUV | 27.29 | 206.84 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 167 | 0.96 | 0.93 | 0 | 0.35 | 238.14 | 0.93 | 0.34 |
| Hex | 6 | B | A7 | 60 | 5D | 0 | 23 | EE | 5D | 22 |
| Octal | 6 | 13 | 247 | 140 | 135 | 0 | 43 | 356 | 135 | 42 |
| Binary | 110 | 1011 | 10100111 | 1100000 | 1011101 | 0 | 100011 | 11101110 | 1011101 | 100010 |
Color Harmonies of #060BA7
Complementary color
Monochromatic Colors of #060BA7
Black with #060BA7
Text Example
Text Example
White with #060BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060BA7; }
p { color: rgb(6,11,167); }
H1.HeaderClassName
{
color: #060BA7;
}
.AnyTagClassName
{
color: #060BA7;
}
</style>
background-color css
<style>
a { background-color: #060BA7; }
a { background-color: rgb(6,11,167); }
div.DivClassName
{
background-color: #060BA7;
}
.BgClassName
{
background-color: #060BA7;
}
</style>
border-color css
<style>
span { border-color: #060BA7; }
span { border-color: rgb(6,11,167); }
td.TdClassName
{
border-color: #060BA7;
}
.TagClassName
{
border-color: #060BA7;
}
</style>