Shades of New Midnight Blue #0910AF
Tints of New Midnight Blue #0910AF
RGB
CMYK
RGB Variations
Color information
#0910AF (or 0x0910AF) is known color: New Midnight Blue. HEX triplet: 09, 10 and AF. RGB value is (9,16,175). Sum of RGB (Red+Green+Blue) = 9+16+175=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 16 (6.64% from 255 or 8% 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 #0910AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0910AF is #F6EF50. Grayscale: #1F1F1F. Windows color (decimal): -16183121 or 11472905. OLE color: 11472905.
HSL color Cylindrical-coordinate representation of color #0910AF: hue angle of 237.47º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0910AF is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 16 | 175 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.31 |
| HSL | 237.47º | 0.9% | 0.36% | - |
| HSV(B) | 237.47º | 0.95% | 0.69% | - |
| XYZ | 8.04 | 3.52 | 40.81 | - |
| YUV | 32.03 | 208.68 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 175 | 0.95 | 0.91 | 0 | 0.31 | 237.47 | 0.9 | 0.36 |
| Hex | 9 | 10 | AF | 5F | 5B | 0 | 1F | ED | 5A | 24 |
| Octal | 11 | 20 | 257 | 137 | 133 | 0 | 37 | 355 | 132 | 44 |
| Binary | 1001 | 10000 | 10101111 | 1011111 | 1011011 | 0 | 11111 | 11101101 | 1011010 | 100100 |
Color Harmonies of #0910AF
Complementary color
Monochromatic Colors of #0910AF
Black with #0910AF
Text Example
Text Example
White with #0910AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0910AF; }
p { color: rgb(9,16,175); }
H1.HeaderClassName
{
color: #0910AF;
}
.AnyTagClassName
{
color: #0910AF;
}
</style>
background-color css
<style>
a { background-color: #0910AF; }
a { background-color: rgb(9,16,175); }
div.DivClassName
{
background-color: #0910AF;
}
.BgClassName
{
background-color: #0910AF;
}
</style>
border-color css
<style>
span { border-color: #0910AF; }
span { border-color: rgb(9,16,175); }
td.TdClassName
{
border-color: #0910AF;
}
.TagClassName
{
border-color: #0910AF;
}
</style>