Shades of New Midnight Blue #0612AA
Tints of New Midnight Blue #0612AA
RGB
CMYK
RGB Variations
Color information
#0612AA (or 0x0612AA) is known color: New Midnight Blue. HEX triplet: 06, 12 and AA. RGB value is (6,18,170). Sum of RGB (Red+Green+Blue) = 6+18+170=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 170 (66.80% from 255 or 87.63% from 194); Max value from RGB is 170 - color contains mainly: blue. Hex color #0612AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0612AA is #F9ED55. Grayscale: #1F1F1F. Windows color (decimal): -16379222 or 11145734. OLE color: 11145734.
HSL color Cylindrical-coordinate representation of color #0612AA: hue angle of 235.61º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0612AA is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 18 | 170 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.33 |
| HSL | 235.61º | 0.93% | 0.35% | - |
| HSV(B) | 235.61º | 0.96% | 0.67% | - |
| XYZ | 7.55 | 3.37 | 38.28 | - |
| YUV | 31.74 | 206.02 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 170 | 0.96 | 0.89 | 0 | 0.33 | 235.61 | 0.93 | 0.35 |
| Hex | 6 | 12 | AA | 60 | 59 | 0 | 21 | EC | 5D | 23 |
| Octal | 6 | 22 | 252 | 140 | 131 | 0 | 41 | 354 | 135 | 43 |
| Binary | 110 | 10010 | 10101010 | 1100000 | 1011001 | 0 | 100001 | 11101100 | 1011101 | 100011 |
Color Harmonies of #0612AA
Complementary color
Monochromatic Colors of #0612AA
Black with #0612AA
Text Example
Text Example
White with #0612AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0612AA; }
p { color: rgb(6,18,170); }
H1.HeaderClassName
{
color: #0612AA;
}
.AnyTagClassName
{
color: #0612AA;
}
</style>
background-color css
<style>
a { background-color: #0612AA; }
a { background-color: rgb(6,18,170); }
div.DivClassName
{
background-color: #0612AA;
}
.BgClassName
{
background-color: #0612AA;
}
</style>
border-color css
<style>
span { border-color: #0612AA; }
span { border-color: rgb(6,18,170); }
td.TdClassName
{
border-color: #0612AA;
}
.TagClassName
{
border-color: #0612AA;
}
</style>