Shades of New Midnight Blue #0612AB
Tints of New Midnight Blue #0612AB
RGB
CMYK
RGB Variations
Color information
#0612AB (or 0x0612AB) is known color: New Midnight Blue. HEX triplet: 06, 12 and AB. RGB value is (6,18,171). Sum of RGB (Red+Green+Blue) = 6+18+171=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 171 (67.19% from 255 or 87.69% from 195); Max value from RGB is 171 - color contains mainly: blue. Hex color #0612AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0612AB is #F9ED54. Grayscale: #1F1F1F. Windows color (decimal): -16379221 or 11211270. OLE color: 11211270.
HSL color Cylindrical-coordinate representation of color #0612AB: hue angle of 235.64º 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 #0612AB is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 18 | 171 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.33 |
| HSL | 235.64º | 0.93% | 0.35% | - |
| HSV(B) | 235.64º | 0.96% | 0.67% | - |
| XYZ | 7.64 | 3.41 | 38.78 | - |
| YUV | 31.85 | 206.52 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 171 | 0.96 | 0.89 | 0 | 0.33 | 235.64 | 0.93 | 0.35 |
| Hex | 6 | 12 | AB | 60 | 59 | 0 | 21 | EC | 5D | 23 |
| Octal | 6 | 22 | 253 | 140 | 131 | 0 | 41 | 354 | 135 | 43 |
| Binary | 110 | 10010 | 10101011 | 1100000 | 1011001 | 0 | 100001 | 11101100 | 1011101 | 100011 |
Color Harmonies of #0612AB
Complementary color
Monochromatic Colors of #0612AB
Black with #0612AB
Text Example
Text Example
White with #0612AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0612AB; }
p { color: rgb(6,18,171); }
H1.HeaderClassName
{
color: #0612AB;
}
.AnyTagClassName
{
color: #0612AB;
}
</style>
background-color css
<style>
a { background-color: #0612AB; }
a { background-color: rgb(6,18,171); }
div.DivClassName
{
background-color: #0612AB;
}
.BgClassName
{
background-color: #0612AB;
}
</style>
border-color css
<style>
span { border-color: #0612AB; }
span { border-color: rgb(6,18,171); }
td.TdClassName
{
border-color: #0612AB;
}
.TagClassName
{
border-color: #0612AB;
}
</style>