Shades of New Midnight Blue #060DB1
Tints of New Midnight Blue #060DB1
RGB
CMYK
RGB Variations
Color information
#060DB1 (or 0x060DB1) is known color: New Midnight Blue. HEX triplet: 06, 0D and B1. RGB value is (6,13,177). Sum of RGB (Red+Green+Blue) = 6+13+177=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 177 (69.53% from 255 or 90.31% from 196); Max value from RGB is 177 - color contains mainly: blue. Hex color #060DB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060DB1 is #F9F24E. Grayscale: #1C1C1C. Windows color (decimal): -16380495 or 11603206. OLE color: 11603206.
HSL color Cylindrical-coordinate representation of color #060DB1: hue angle of 237.54º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060DB1 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 13 | 177 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.31 |
| HSL | 237.54º | 0.93% | 0.36% | - |
| HSV(B) | 237.54º | 0.97% | 0.69% | - |
| XYZ | 8.15 | 3.5 | 41.84 | - |
| YUV | 29.6 | 211.18 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 177 | 0.97 | 0.93 | 0 | 0.31 | 237.54 | 0.93 | 0.36 |
| Hex | 6 | D | B1 | 61 | 5D | 0 | 1F | EE | 5D | 24 |
| Octal | 6 | 15 | 261 | 141 | 135 | 0 | 37 | 356 | 135 | 44 |
| Binary | 110 | 1101 | 10110001 | 1100001 | 1011101 | 0 | 11111 | 11101110 | 1011101 | 100100 |
Color Harmonies of #060DB1
Complementary color
Monochromatic Colors of #060DB1
Black with #060DB1
Text Example
Text Example
White with #060DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060DB1; }
p { color: rgb(6,13,177); }
H1.HeaderClassName
{
color: #060DB1;
}
.AnyTagClassName
{
color: #060DB1;
}
</style>
background-color css
<style>
a { background-color: #060DB1; }
a { background-color: rgb(6,13,177); }
div.DivClassName
{
background-color: #060DB1;
}
.BgClassName
{
background-color: #060DB1;
}
</style>
border-color css
<style>
span { border-color: #060DB1; }
span { border-color: rgb(6,13,177); }
td.TdClassName
{
border-color: #060DB1;
}
.TagClassName
{
border-color: #060DB1;
}
</style>