Shades of New Midnight Blue #0A0FAF
Tints of New Midnight Blue #0A0FAF
RGB
CMYK
RGB Variations
Color information
#0A0FAF (or 0x0A0FAF) is known color: New Midnight Blue. HEX triplet: 0A, 0F and AF. RGB value is (10,15,175). Sum of RGB (Red+Green+Blue) = 10+15+175=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 15 (6.25% from 255 or 7.5% 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 #0A0FAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0FAF is #F5F050. Grayscale: #1F1F1F. Windows color (decimal): -16117841 or 11472650. OLE color: 11472650.
HSL color Cylindrical-coordinate representation of color #0A0FAF: hue angle of 238.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0FAF is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 15 | 175 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.31 |
| HSL | 238.18º | 0.89% | 0.36% | - |
| HSV(B) | 238.18º | 0.94% | 0.69% | - |
| XYZ | 8.03 | 3.5 | 40.81 | - |
| YUV | 31.75 | 208.84 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 175 | 0.94 | 0.91 | 0 | 0.31 | 238.18 | 0.89 | 0.36 |
| Hex | A | F | AF | 5E | 5B | 0 | 1F | EE | 59 | 24 |
| Octal | 12 | 17 | 257 | 136 | 133 | 0 | 37 | 356 | 131 | 44 |
| Binary | 1010 | 1111 | 10101111 | 1011110 | 1011011 | 0 | 11111 | 11101110 | 1011001 | 100100 |
Color Harmonies of #0A0FAF
Complementary color
Monochromatic Colors of #0A0FAF
Black with #0A0FAF
Text Example
Text Example
White with #0A0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0FAF; }
p { color: rgb(10,15,175); }
H1.HeaderClassName
{
color: #0A0FAF;
}
.AnyTagClassName
{
color: #0A0FAF;
}
</style>
background-color css
<style>
a { background-color: #0A0FAF; }
a { background-color: rgb(10,15,175); }
div.DivClassName
{
background-color: #0A0FAF;
}
.BgClassName
{
background-color: #0A0FAF;
}
</style>
border-color css
<style>
span { border-color: #0A0FAF; }
span { border-color: rgb(10,15,175); }
td.TdClassName
{
border-color: #0A0FAF;
}
.TagClassName
{
border-color: #0A0FAF;
}
</style>