Shades of New Midnight Blue #060FAC
Tints of New Midnight Blue #060FAC
RGB
CMYK
RGB Variations
Color information
#060FAC (or 0x060FAC) is known color: New Midnight Blue. HEX triplet: 06, 0F and AC. RGB value is (6,15,172). Sum of RGB (Red+Green+Blue) = 6+15+172=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 172 (67.58% from 255 or 89.12% from 193); Max value from RGB is 172 - color contains mainly: blue. Hex color #060FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060FAC is #F9F053. Grayscale: #1D1D1D. Windows color (decimal): -16379988 or 11276038. OLE color: 11276038.
HSL color Cylindrical-coordinate representation of color #060FAC: hue angle of 236.75º 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 #060FAC is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 15 | 172 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.33 |
| HSL | 236.75º | 0.93% | 0.35% | - |
| HSV(B) | 236.75º | 0.97% | 0.67% | - |
| XYZ | 7.69 | 3.36 | 39.27 | - |
| YUV | 30.21 | 208.02 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 172 | 0.97 | 0.91 | 0 | 0.33 | 236.75 | 0.93 | 0.35 |
| Hex | 6 | F | AC | 61 | 5B | 0 | 21 | ED | 5D | 23 |
| Octal | 6 | 17 | 254 | 141 | 133 | 0 | 41 | 355 | 135 | 43 |
| Binary | 110 | 1111 | 10101100 | 1100001 | 1011011 | 0 | 100001 | 11101101 | 1011101 | 100011 |
Color Harmonies of #060FAC
Complementary color
Monochromatic Colors of #060FAC
Black with #060FAC
Text Example
Text Example
White with #060FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060FAC; }
p { color: rgb(6,15,172); }
H1.HeaderClassName
{
color: #060FAC;
}
.AnyTagClassName
{
color: #060FAC;
}
</style>
background-color css
<style>
a { background-color: #060FAC; }
a { background-color: rgb(6,15,172); }
div.DivClassName
{
background-color: #060FAC;
}
.BgClassName
{
background-color: #060FAC;
}
</style>
border-color css
<style>
span { border-color: #060FAC; }
span { border-color: rgb(6,15,172); }
td.TdClassName
{
border-color: #060FAC;
}
.TagClassName
{
border-color: #060FAC;
}
</style>