Shades of New Midnight Blue #0D06AF
Tints of New Midnight Blue #0D06AF
RGB
CMYK
RGB Variations
Color information
#0D06AF (or 0x0D06AF) is known color: New Midnight Blue. HEX triplet: 0D, 06 and AF. RGB value is (13,6,175). Sum of RGB (Red+Green+Blue) = 13+6+175=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 6 (2.73% from 255 or 3.09% 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 #0D06AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D06AF is #F2F950. Grayscale: #1A1A1A. Windows color (decimal): -15923537 or 11470349. OLE color: 11470349.
HSL color Cylindrical-coordinate representation of color #0D06AF: hue angle of 242.49º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D06AF is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 6 | 175 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.31 |
| HSL | 242.49º | 0.93% | 0.35% | - |
| HSV(B) | 242.49º | 0.97% | 0.69% | - |
| XYZ | 7.97 | 3.31 | 40.78 | - |
| YUV | 27.36 | 211.32 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 175 | 0.93 | 0.97 | 0 | 0.31 | 242.49 | 0.93 | 0.35 |
| Hex | D | 6 | AF | 5D | 61 | 0 | 1F | F2 | 5D | 23 |
| Octal | 15 | 6 | 257 | 135 | 141 | 0 | 37 | 362 | 135 | 43 |
| Binary | 1101 | 110 | 10101111 | 1011101 | 1100001 | 0 | 11111 | 11110010 | 1011101 | 100011 |
Color Harmonies of #0D06AF
Complementary color
Monochromatic Colors of #0D06AF
Black with #0D06AF
Text Example
Text Example
White with #0D06AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D06AF; }
p { color: rgb(13,6,175); }
H1.HeaderClassName
{
color: #0D06AF;
}
.AnyTagClassName
{
color: #0D06AF;
}
</style>
background-color css
<style>
a { background-color: #0D06AF; }
a { background-color: rgb(13,6,175); }
div.DivClassName
{
background-color: #0D06AF;
}
.BgClassName
{
background-color: #0D06AF;
}
</style>
border-color css
<style>
span { border-color: #0D06AF; }
span { border-color: rgb(13,6,175); }
td.TdClassName
{
border-color: #0D06AF;
}
.TagClassName
{
border-color: #0D06AF;
}
</style>