Shades of New Midnight Blue #060BAC
Tints of New Midnight Blue #060BAC
RGB
CMYK
RGB Variations
Color information
#060BAC (or 0x060BAC) is known color: New Midnight Blue. HEX triplet: 06, 0B and AC. RGB value is (6,11,172). Sum of RGB (Red+Green+Blue) = 6+11+172=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 172 (67.58% from 255 or 91.01% from 189); Max value from RGB is 172 - color contains mainly: blue. Hex color #060BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060BAC is #F9F453. Grayscale: #1B1B1B. Windows color (decimal): -16381012 or 11275014. OLE color: 11275014.
HSL color Cylindrical-coordinate representation of color #060BAC: hue angle of 238.19º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060BAC is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 11 | 172 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.33 |
| HSL | 238.19º | 0.93% | 0.35% | - |
| HSV(B) | 238.19º | 0.97% | 0.67% | - |
| XYZ | 7.64 | 3.26 | 39.26 | - |
| YUV | 27.86 | 209.34 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 172 | 0.97 | 0.94 | 0 | 0.33 | 238.19 | 0.93 | 0.35 |
| Hex | 6 | B | AC | 61 | 5E | 0 | 21 | EE | 5D | 23 |
| Octal | 6 | 13 | 254 | 141 | 136 | 0 | 41 | 356 | 135 | 43 |
| Binary | 110 | 1011 | 10101100 | 1100001 | 1011110 | 0 | 100001 | 11101110 | 1011101 | 100011 |
Color Harmonies of #060BAC
Complementary color
Monochromatic Colors of #060BAC
Black with #060BAC
Text Example
Text Example
White with #060BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060BAC; }
p { color: rgb(6,11,172); }
H1.HeaderClassName
{
color: #060BAC;
}
.AnyTagClassName
{
color: #060BAC;
}
</style>
background-color css
<style>
a { background-color: #060BAC; }
a { background-color: rgb(6,11,172); }
div.DivClassName
{
background-color: #060BAC;
}
.BgClassName
{
background-color: #060BAC;
}
</style>
border-color css
<style>
span { border-color: #060BAC; }
span { border-color: rgb(6,11,172); }
td.TdClassName
{
border-color: #060BAC;
}
.TagClassName
{
border-color: #060BAC;
}
</style>