Shades of New Midnight Blue #0D09AF
Tints of New Midnight Blue #0D09AF
RGB
CMYK
RGB Variations
Color information
#0D09AF (or 0x0D09AF) is known color: New Midnight Blue. HEX triplet: 0D, 09 and AF. RGB value is (13,9,175). Sum of RGB (Red+Green+Blue) = 13+9+175=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 175 (68.75% from 255 or 88.83% from 197); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D09AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D09AF is #F2F650. Grayscale: #1C1C1C. Windows color (decimal): -15922769 or 11471117. OLE color: 11471117.
HSL color Cylindrical-coordinate representation of color #0D09AF: hue angle of 241.45º 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 #0D09AF is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 9 | 175 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.31 |
| HSL | 241.45º | 0.9% | 0.36% | - |
| HSV(B) | 241.45º | 0.95% | 0.69% | - |
| XYZ | 8 | 3.38 | 40.79 | - |
| YUV | 29.12 | 210.33 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 175 | 0.93 | 0.95 | 0 | 0.31 | 241.45 | 0.9 | 0.36 |
| Hex | D | 9 | AF | 5D | 5F | 0 | 1F | F1 | 5A | 24 |
| Octal | 15 | 11 | 257 | 135 | 137 | 0 | 37 | 361 | 132 | 44 |
| Binary | 1101 | 1001 | 10101111 | 1011101 | 1011111 | 0 | 11111 | 11110001 | 1011010 | 100100 |
Color Harmonies of #0D09AF
Complementary color
Monochromatic Colors of #0D09AF
Black with #0D09AF
Text Example
Text Example
White with #0D09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D09AF; }
p { color: rgb(13,9,175); }
H1.HeaderClassName
{
color: #0D09AF;
}
.AnyTagClassName
{
color: #0D09AF;
}
</style>
background-color css
<style>
a { background-color: #0D09AF; }
a { background-color: rgb(13,9,175); }
div.DivClassName
{
background-color: #0D09AF;
}
.BgClassName
{
background-color: #0D09AF;
}
</style>
border-color css
<style>
span { border-color: #0D09AF; }
span { border-color: rgb(13,9,175); }
td.TdClassName
{
border-color: #0D09AF;
}
.TagClassName
{
border-color: #0D09AF;
}
</style>