Shades of Navy Blue #0D75DF
Tints of Navy Blue #0D75DF
RGB
CMYK
RGB Variations
Color information
#0D75DF (or 0x0D75DF) is known color: Navy Blue. HEX triplet: 0D, 75 and DF. RGB value is (13,117,223). Sum of RGB (Red+Green+Blue) = 13+117+223=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D75DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D75DF is #F28A20. Grayscale: #616161. Windows color (decimal): -15895073 or 14644493. OLE color: 14644493.
HSL color Cylindrical-coordinate representation of color #0D75DF: hue angle of 210.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D75DF is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 117 | 223 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.13 |
| HSL | 210.29º | 0.89% | 0.46% | - |
| HSV(B) | 210.29º | 0.94% | 0.87% | - |
| XYZ | 19.85 | 18.14 | 72.27 | - |
| YUV | 97.99 | 198.54 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 223 | 0.94 | 0.48 | 0 | 0.13 | 210.29 | 0.89 | 0.46 |
| Hex | D | 75 | DF | 5E | 30 | 0 | D | D2 | 59 | 2E |
| Octal | 15 | 165 | 337 | 136 | 60 | 0 | 15 | 322 | 131 | 56 |
| Binary | 1101 | 1110101 | 11011111 | 1011110 | 110000 | 0 | 1101 | 11010010 | 1011001 | 101110 |
Color Harmonies of #0D75DF
Complementary color
Monochromatic Colors of #0D75DF
Black with #0D75DF
Text Example
Text Example
White with #0D75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D75DF; }
p { color: rgb(13,117,223); }
H1.HeaderClassName
{
color: #0D75DF;
}
.AnyTagClassName
{
color: #0D75DF;
}
</style>
background-color css
<style>
a { background-color: #0D75DF; }
a { background-color: rgb(13,117,223); }
div.DivClassName
{
background-color: #0D75DF;
}
.BgClassName
{
background-color: #0D75DF;
}
</style>
border-color css
<style>
span { border-color: #0D75DF; }
span { border-color: rgb(13,117,223); }
td.TdClassName
{
border-color: #0D75DF;
}
.TagClassName
{
border-color: #0D75DF;
}
</style>