Shades of New Midnight Blue #060D9A
Tints of New Midnight Blue #060D9A
RGB
CMYK
RGB Variations
Color information
#060D9A (or 0x060D9A) is known color: New Midnight Blue. HEX triplet: 06, 0D and 9A. RGB value is (6,13,154). Sum of RGB (Red+Green+Blue) = 6+13+154=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 154 (60.55% from 255 or 89.02% from 173); Max value from RGB is 154 - color contains mainly: blue. Hex color #060D9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D9A is #F9F265. Grayscale: #1A1A1A. Windows color (decimal): -16380518 or 10095878. OLE color: 10095878.
HSL color Cylindrical-coordinate representation of color #060D9A: hue angle of 237.16º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060D9A is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 13 | 154 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.40 |
| HSL | 237.16º | 0.93% | 0.31% | - |
| HSV(B) | 237.16º | 0.96% | 0.6% | - |
| XYZ | 6.05 | 2.66 | 30.77 | - |
| YUV | 26.98 | 199.68 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 154 | 0.96 | 0.92 | 0 | 0.40 | 237.16 | 0.93 | 0.31 |
| Hex | 6 | D | 9A | 60 | 5C | 0 | 28 | ED | 5C | 1F |
| Octal | 6 | 15 | 232 | 140 | 134 | 0 | 50 | 355 | 134 | 37 |
| Binary | 110 | 1101 | 10011010 | 1100000 | 1011100 | 0 | 101000 | 11101101 | 1011100 | 11111 |
Color Harmonies of #060D9A
Complementary color
Monochromatic Colors of #060D9A
Black with #060D9A
Text Example
Text Example
White with #060D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D9A; }
p { color: rgb(6,13,154); }
H1.HeaderClassName
{
color: #060D9A;
}
.AnyTagClassName
{
color: #060D9A;
}
</style>
background-color css
<style>
a { background-color: #060D9A; }
a { background-color: rgb(6,13,154); }
div.DivClassName
{
background-color: #060D9A;
}
.BgClassName
{
background-color: #060D9A;
}
</style>
border-color css
<style>
span { border-color: #060D9A; }
span { border-color: rgb(6,13,154); }
td.TdClassName
{
border-color: #060D9A;
}
.TagClassName
{
border-color: #060D9A;
}
</style>