Shades of New Midnight Blue #060D98
Tints of New Midnight Blue #060D98
RGB
CMYK
RGB Variations
Color information
#060D98 (or 0x060D98) is known color: New Midnight Blue. HEX triplet: 06, 0D and 98. RGB value is (6,13,152). Sum of RGB (Red+Green+Blue) = 6+13+152=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 152 (59.77% from 255 or 88.89% from 171); Max value from RGB is 152 - color contains mainly: blue. Hex color #060D98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D98 is #F9F267. Grayscale: #1A1A1A. Windows color (decimal): -16380520 or 9964806. OLE color: 9964806.
HSL color Cylindrical-coordinate representation of color #060D98: hue angle of 237.12º degrees, saturation: 0.92, 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 #060D98 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 13 | 152 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.40 |
| HSL | 237.12º | 0.92% | 0.31% | - |
| HSV(B) | 237.12º | 0.96% | 0.6% | - |
| XYZ | 5.89 | 2.59 | 29.9 | - |
| YUV | 26.75 | 198.68 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 152 | 0.96 | 0.91 | 0 | 0.40 | 237.12 | 0.92 | 0.31 |
| Hex | 6 | D | 98 | 60 | 5B | 0 | 28 | ED | 5C | 1F |
| Octal | 6 | 15 | 230 | 140 | 133 | 0 | 50 | 355 | 134 | 37 |
| Binary | 110 | 1101 | 10011000 | 1100000 | 1011011 | 0 | 101000 | 11101101 | 1011100 | 11111 |
Color Harmonies of #060D98
Complementary color
Monochromatic Colors of #060D98
Black with #060D98
Text Example
Text Example
White with #060D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D98; }
p { color: rgb(6,13,152); }
H1.HeaderClassName
{
color: #060D98;
}
.AnyTagClassName
{
color: #060D98;
}
</style>
background-color css
<style>
a { background-color: #060D98; }
a { background-color: rgb(6,13,152); }
div.DivClassName
{
background-color: #060D98;
}
.BgClassName
{
background-color: #060D98;
}
</style>
border-color css
<style>
span { border-color: #060D98; }
span { border-color: rgb(6,13,152); }
td.TdClassName
{
border-color: #060D98;
}
.TagClassName
{
border-color: #060D98;
}
</style>