Shades of Navy Blue #0D61CE
Tints of Navy Blue #0D61CE
RGB
CMYK
RGB Variations
Color information
#0D61CE (or 0x0D61CE) is known color: Navy Blue. HEX triplet: 0D, 61 and CE. RGB value is (13,97,206). Sum of RGB (Red+Green+Blue) = 13+97+206=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D61CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D61CE is #F29E31. Grayscale: #535353. Windows color (decimal): -15900210 or 13525261. OLE color: 13525261.
HSL color Cylindrical-coordinate representation of color #0D61CE: hue angle of 213.89º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D61CE is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 97 | 206 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.19 |
| HSL | 213.89º | 0.88% | 0.43% | - |
| HSV(B) | 213.89º | 0.94% | 0.81% | - |
| XYZ | 15.58 | 13.09 | 60.1 | - |
| YUV | 84.31 | 196.67 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 206 | 0.94 | 0.53 | 0 | 0.19 | 213.89 | 0.88 | 0.43 |
| Hex | D | 61 | CE | 5E | 35 | 0 | 13 | D6 | 58 | 2B |
| Octal | 15 | 141 | 316 | 136 | 65 | 0 | 23 | 326 | 130 | 53 |
| Binary | 1101 | 1100001 | 11001110 | 1011110 | 110101 | 0 | 10011 | 11010110 | 1011000 | 101011 |
Color Harmonies of #0D61CE
Complementary color
Monochromatic Colors of #0D61CE
Black with #0D61CE
Text Example
Text Example
White with #0D61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D61CE; }
p { color: rgb(13,97,206); }
H1.HeaderClassName
{
color: #0D61CE;
}
.AnyTagClassName
{
color: #0D61CE;
}
</style>
background-color css
<style>
a { background-color: #0D61CE; }
a { background-color: rgb(13,97,206); }
div.DivClassName
{
background-color: #0D61CE;
}
.BgClassName
{
background-color: #0D61CE;
}
</style>
border-color css
<style>
span { border-color: #0D61CE; }
span { border-color: rgb(13,97,206); }
td.TdClassName
{
border-color: #0D61CE;
}
.TagClassName
{
border-color: #0D61CE;
}
</style>