Shades of New Midnight Blue #0712AF
Tints of New Midnight Blue #0712AF
RGB
CMYK
RGB Variations
Color information
#0712AF (or 0x0712AF) is known color: New Midnight Blue. HEX triplet: 07, 12 and AF. RGB value is (7,18,175). Sum of RGB (Red+Green+Blue) = 7+18+175=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 175 (68.75% from 255 or 87.5% from 200); Max value from RGB is 175 - color contains mainly: blue. Hex color #0712AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0712AF is #F8ED50. Grayscale: #1F1F1F. Windows color (decimal): -16313681 or 11473415. OLE color: 11473415.
HSL color Cylindrical-coordinate representation of color #0712AF: hue angle of 236.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0712AF is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 18 | 175 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.31 |
| HSL | 236.07º | 0.92% | 0.36% | - |
| HSV(B) | 236.07º | 0.96% | 0.69% | - |
| XYZ | 8.04 | 3.57 | 40.82 | - |
| YUV | 32.61 | 208.36 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 175 | 0.96 | 0.90 | 0 | 0.31 | 236.07 | 0.92 | 0.36 |
| Hex | 7 | 12 | AF | 60 | 5A | 0 | 1F | EC | 5C | 24 |
| Octal | 7 | 22 | 257 | 140 | 132 | 0 | 37 | 354 | 134 | 44 |
| Binary | 111 | 10010 | 10101111 | 1100000 | 1011010 | 0 | 11111 | 11101100 | 1011100 | 100100 |
Color Harmonies of #0712AF
Complementary color
Monochromatic Colors of #0712AF
Black with #0712AF
Text Example
Text Example
White with #0712AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0712AF; }
p { color: rgb(7,18,175); }
H1.HeaderClassName
{
color: #0712AF;
}
.AnyTagClassName
{
color: #0712AF;
}
</style>
background-color css
<style>
a { background-color: #0712AF; }
a { background-color: rgb(7,18,175); }
div.DivClassName
{
background-color: #0712AF;
}
.BgClassName
{
background-color: #0712AF;
}
</style>
border-color css
<style>
span { border-color: #0712AF; }
span { border-color: rgb(7,18,175); }
td.TdClassName
{
border-color: #0712AF;
}
.TagClassName
{
border-color: #0712AF;
}
</style>