Shades of New Midnight Blue #060D9B
Tints of New Midnight Blue #060D9B
RGB
CMYK
RGB Variations
Color information
#060D9B (or 0x060D9B) is known color: New Midnight Blue. HEX triplet: 06, 0D and 9B. RGB value is (6,13,155). Sum of RGB (Red+Green+Blue) = 6+13+155=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 155 (60.94% from 255 or 89.08% from 174); Max value from RGB is 155 - color contains mainly: blue. Hex color #060D9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D9B is #F9F264. Grayscale: #1A1A1A. Windows color (decimal): -16380517 or 10161414. OLE color: 10161414.
HSL color Cylindrical-coordinate representation of color #060D9B: hue angle of 237.18º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060D9B is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 13 | 155 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.39 |
| HSL | 237.18º | 0.93% | 0.32% | - |
| HSV(B) | 237.18º | 0.96% | 0.61% | - |
| XYZ | 6.14 | 2.69 | 31.21 | - |
| YUV | 27.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 155 | 0.96 | 0.92 | 0 | 0.39 | 237.18 | 0.93 | 0.32 |
| Hex | 6 | D | 9B | 60 | 5C | 0 | 27 | ED | 5D | 20 |
| Octal | 6 | 15 | 233 | 140 | 134 | 0 | 47 | 355 | 135 | 40 |
| Binary | 110 | 1101 | 10011011 | 1100000 | 1011100 | 0 | 100111 | 11101101 | 1011101 | 100000 |
Color Harmonies of #060D9B
Complementary color
Monochromatic Colors of #060D9B
Black with #060D9B
Text Example
Text Example
White with #060D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D9B; }
p { color: rgb(6,13,155); }
H1.HeaderClassName
{
color: #060D9B;
}
.AnyTagClassName
{
color: #060D9B;
}
</style>
background-color css
<style>
a { background-color: #060D9B; }
a { background-color: rgb(6,13,155); }
div.DivClassName
{
background-color: #060D9B;
}
.BgClassName
{
background-color: #060D9B;
}
</style>
border-color css
<style>
span { border-color: #060D9B; }
span { border-color: rgb(6,13,155); }
td.TdClassName
{
border-color: #060D9B;
}
.TagClassName
{
border-color: #060D9B;
}
</style>