Shades of Navy Blue #0D7BCF
Tints of Navy Blue #0D7BCF
RGB
CMYK
RGB Variations
Color information
#0D7BCF (or 0x0D7BCF) is known color: Navy Blue. HEX triplet: 0D, 7B and CF. RGB value is (13,123,207). Sum of RGB (Red+Green+Blue) = 13+123+207=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D7BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7BCF is #F28430. Grayscale: #636363. Windows color (decimal): -15893553 or 13597453. OLE color: 13597453.
HSL color Cylindrical-coordinate representation of color #0D7BCF: hue angle of 205.98º 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 #0D7BCF is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 123 | 207 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.19 |
| HSL | 205.98º | 0.88% | 0.43% | - |
| HSV(B) | 205.98º | 0.94% | 0.81% | - |
| XYZ | 18.51 | 18.76 | 61.68 | - |
| YUV | 99.69 | 188.56 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 123 | 207 | 0.94 | 0.41 | 0 | 0.19 | 205.98 | 0.88 | 0.43 |
| Hex | D | 7B | CF | 5E | 29 | 0 | 13 | CE | 58 | 2B |
| Octal | 15 | 173 | 317 | 136 | 51 | 0 | 23 | 316 | 130 | 53 |
| Binary | 1101 | 1111011 | 11001111 | 1011110 | 101001 | 0 | 10011 | 11001110 | 1011000 | 101011 |
Color Harmonies of #0D7BCF
Complementary color
Monochromatic Colors of #0D7BCF
Black with #0D7BCF
Text Example
Text Example
White with #0D7BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7BCF; }
p { color: rgb(13,123,207); }
H1.HeaderClassName
{
color: #0D7BCF;
}
.AnyTagClassName
{
color: #0D7BCF;
}
</style>
background-color css
<style>
a { background-color: #0D7BCF; }
a { background-color: rgb(13,123,207); }
div.DivClassName
{
background-color: #0D7BCF;
}
.BgClassName
{
background-color: #0D7BCF;
}
</style>
border-color css
<style>
span { border-color: #0D7BCF; }
span { border-color: rgb(13,123,207); }
td.TdClassName
{
border-color: #0D7BCF;
}
.TagClassName
{
border-color: #0D7BCF;
}
</style>