Shades of Navy Blue #0D79DF
Tints of Navy Blue #0D79DF
RGB
CMYK
RGB Variations
Color information
#0D79DF (or 0x0D79DF) is known color: Navy Blue. HEX triplet: 0D, 79 and DF. RGB value is (13,121,223). Sum of RGB (Red+Green+Blue) = 13+121+223=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D79DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D79DF is #F28620. Grayscale: #636363. Windows color (decimal): -15894049 or 14645517. OLE color: 14645517.
HSL color Cylindrical-coordinate representation of color #0D79DF: hue angle of 209.14º 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 #0D79DF is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 121 | 223 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.13 |
| HSL | 209.14º | 0.89% | 0.46% | - |
| HSV(B) | 209.14º | 0.94% | 0.87% | - |
| XYZ | 20.32 | 19.09 | 72.43 | - |
| YUV | 100.34 | 197.22 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 223 | 0.94 | 0.46 | 0 | 0.13 | 209.14 | 0.89 | 0.46 |
| Hex | D | 79 | DF | 5E | 2E | 0 | D | D1 | 59 | 2E |
| Octal | 15 | 171 | 337 | 136 | 56 | 0 | 15 | 321 | 131 | 56 |
| Binary | 1101 | 1111001 | 11011111 | 1011110 | 101110 | 0 | 1101 | 11010001 | 1011001 | 101110 |
Color Harmonies of #0D79DF
Complementary color
Monochromatic Colors of #0D79DF
Black with #0D79DF
Text Example
Text Example
White with #0D79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D79DF; }
p { color: rgb(13,121,223); }
H1.HeaderClassName
{
color: #0D79DF;
}
.AnyTagClassName
{
color: #0D79DF;
}
</style>
background-color css
<style>
a { background-color: #0D79DF; }
a { background-color: rgb(13,121,223); }
div.DivClassName
{
background-color: #0D79DF;
}
.BgClassName
{
background-color: #0D79DF;
}
</style>
border-color css
<style>
span { border-color: #0D79DF; }
span { border-color: rgb(13,121,223); }
td.TdClassName
{
border-color: #0D79DF;
}
.TagClassName
{
border-color: #0D79DF;
}
</style>