Shades of New Midnight Blue #0615AA
Tints of New Midnight Blue #0615AA
RGB
CMYK
RGB Variations
Color information
#0615AA (or 0x0615AA) is known color: New Midnight Blue. HEX triplet: 06, 15 and AA. RGB value is (6,21,170). Sum of RGB (Red+Green+Blue) = 6+21+170=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 170 (66.80% from 255 or 86.29% from 197); Max value from RGB is 170 - color contains mainly: blue. Hex color #0615AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0615AA is #F9EA55. Grayscale: #202020. Windows color (decimal): -16378454 or 11146502. OLE color: 11146502.
HSL color Cylindrical-coordinate representation of color #0615AA: hue angle of 234.51º 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 #0615AA is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 21 | 170 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.33 |
| HSL | 234.51º | 0.93% | 0.35% | - |
| HSV(B) | 234.51º | 0.96% | 0.67% | - |
| XYZ | 7.6 | 3.48 | 38.3 | - |
| YUV | 33.5 | 205.03 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 170 | 0.96 | 0.88 | 0 | 0.33 | 234.51 | 0.93 | 0.35 |
| Hex | 6 | 15 | AA | 60 | 58 | 0 | 21 | EB | 5D | 23 |
| Octal | 6 | 25 | 252 | 140 | 130 | 0 | 41 | 353 | 135 | 43 |
| Binary | 110 | 10101 | 10101010 | 1100000 | 1011000 | 0 | 100001 | 11101011 | 1011101 | 100011 |
Color Harmonies of #0615AA
Complementary color
Monochromatic Colors of #0615AA
Black with #0615AA
Text Example
Text Example
White with #0615AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0615AA; }
p { color: rgb(6,21,170); }
H1.HeaderClassName
{
color: #0615AA;
}
.AnyTagClassName
{
color: #0615AA;
}
</style>
background-color css
<style>
a { background-color: #0615AA; }
a { background-color: rgb(6,21,170); }
div.DivClassName
{
background-color: #0615AA;
}
.BgClassName
{
background-color: #0615AA;
}
</style>
border-color css
<style>
span { border-color: #0615AA; }
span { border-color: rgb(6,21,170); }
td.TdClassName
{
border-color: #0615AA;
}
.TagClassName
{
border-color: #0615AA;
}
</style>