Shades of New Midnight Blue #0600AA
Tints of New Midnight Blue #0600AA
RGB
CMYK
RGB Variations
Color information
#0600AA (or 0x0600AA) is known color: New Midnight Blue. HEX triplet: 06, 00 and AA. RGB value is (6,0,170). Sum of RGB (Red+Green+Blue) = 6+0+170=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 170 (66.80% from 255 or 96.59% from 176); Max value from RGB is 170 - color contains mainly: blue. Hex color #0600AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0600AA is #F9FF55. Grayscale: #141414. Windows color (decimal): -16383830 or 11141126. OLE color: 11141126.
HSL color Cylindrical-coordinate representation of color #0600AA: hue angle of 242.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600AA is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 0 | 170 | - |
| CMYK | 0.96 | 1 | 0 | 0.33 |
| HSL | 242.12º | 1% | 0.33% | - |
| HSV(B) | 242.12º | 1% | 0.67% | - |
| XYZ | 7.33 | 2.94 | 38.21 | - |
| YUV | 21.17 | 211.99 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 170 | 0.96 | 1 | 0 | 0.33 | 242.12 | 1 | 0.33 |
| Hex | 6 | 0 | AA | 60 | 64 | 0 | 21 | F2 | 64 | 21 |
| Octal | 6 | 0 | 252 | 140 | 144 | 0 | 41 | 362 | 144 | 41 |
| Binary | 110 | 0 | 10101010 | 1100000 | 1100100 | 0 | 100001 | 11110010 | 1100100 | 100001 |
Color Harmonies of #0600AA
Complementary color
Monochromatic Colors of #0600AA
Black with #0600AA
Text Example
Text Example
White with #0600AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0600AA; }
p { color: rgb(6,0,170); }
H1.HeaderClassName
{
color: #0600AA;
}
.AnyTagClassName
{
color: #0600AA;
}
</style>
background-color css
<style>
a { background-color: #0600AA; }
a { background-color: rgb(6,0,170); }
div.DivClassName
{
background-color: #0600AA;
}
.BgClassName
{
background-color: #0600AA;
}
</style>
border-color css
<style>
span { border-color: #0600AA; }
span { border-color: rgb(6,0,170); }
td.TdClassName
{
border-color: #0600AA;
}
.TagClassName
{
border-color: #0600AA;
}
</style>