Shades of New Midnight Blue #0112AF
Tints of New Midnight Blue #0112AF
RGB
CMYK
RGB Variations
Color information
#0112AF (or 0x0112AF) is known color: New Midnight Blue. HEX triplet: 01, 12 and AF. RGB value is (1,18,175). Sum of RGB (Red+Green+Blue) = 1+18+175=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 175 (68.75% from 255 or 90.21% from 194); Max value from RGB is 175 - color contains mainly: blue. Hex color #0112AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0112AF is #FEED50. Grayscale: #1E1E1E. Windows color (decimal): -16706897 or 11473409. OLE color: 11473409.
HSL color Cylindrical-coordinate representation of color #0112AF: hue angle of 234.14º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0112AF is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 18 | 175 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.31 |
| HSL | 234.14º | 0.99% | 0.35% | - |
| HSV(B) | 234.14º | 0.99% | 0.69% | - |
| XYZ | 7.97 | 3.53 | 40.82 | - |
| YUV | 30.82 | 209.37 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 175 | 0.99 | 0.90 | 0 | 0.31 | 234.14 | 0.99 | 0.35 |
| Hex | 1 | 12 | AF | 63 | 5A | 0 | 1F | EA | 63 | 23 |
| Octal | 1 | 22 | 257 | 143 | 132 | 0 | 37 | 352 | 143 | 43 |
| Binary | 1 | 10010 | 10101111 | 1100011 | 1011010 | 0 | 11111 | 11101010 | 1100011 | 100011 |
Color Harmonies of #0112AF
Complementary color
Monochromatic Colors of #0112AF
Black with #0112AF
Text Example
Text Example
White with #0112AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0112AF; }
p { color: rgb(1,18,175); }
H1.HeaderClassName
{
color: #0112AF;
}
.AnyTagClassName
{
color: #0112AF;
}
</style>
background-color css
<style>
a { background-color: #0112AF; }
a { background-color: rgb(1,18,175); }
div.DivClassName
{
background-color: #0112AF;
}
.BgClassName
{
background-color: #0112AF;
}
</style>
border-color css
<style>
span { border-color: #0112AF; }
span { border-color: rgb(1,18,175); }
td.TdClassName
{
border-color: #0112AF;
}
.TagClassName
{
border-color: #0112AF;
}
</style>