Shades of Navy Blue #0D6FCF
Tints of Navy Blue #0D6FCF
RGB
CMYK
RGB Variations
Color information
#0D6FCF (or 0x0D6FCF) is known color: Navy Blue. HEX triplet: 0D, 6F and CF. RGB value is (13,111,207). Sum of RGB (Red+Green+Blue) = 13+111+207=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D6FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6FCF is #F29030. Grayscale: #5C5C5C. Windows color (decimal): -15896625 or 13594381. OLE color: 13594381.
HSL color Cylindrical-coordinate representation of color #0D6FCF: hue angle of 209.69º 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 #0D6FCF is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 111 | 207 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.19 |
| HSL | 209.69º | 0.88% | 0.43% | - |
| HSV(B) | 209.69º | 0.94% | 0.81% | - |
| XYZ | 17.11 | 15.96 | 61.21 | - |
| YUV | 92.64 | 192.53 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 111 | 207 | 0.94 | 0.46 | 0 | 0.19 | 209.69 | 0.88 | 0.43 |
| Hex | D | 6F | CF | 5E | 2E | 0 | 13 | D2 | 58 | 2B |
| Octal | 15 | 157 | 317 | 136 | 56 | 0 | 23 | 322 | 130 | 53 |
| Binary | 1101 | 1101111 | 11001111 | 1011110 | 101110 | 0 | 10011 | 11010010 | 1011000 | 101011 |
Color Harmonies of #0D6FCF
Complementary color
Monochromatic Colors of #0D6FCF
Black with #0D6FCF
Text Example
Text Example
White with #0D6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6FCF; }
p { color: rgb(13,111,207); }
H1.HeaderClassName
{
color: #0D6FCF;
}
.AnyTagClassName
{
color: #0D6FCF;
}
</style>
background-color css
<style>
a { background-color: #0D6FCF; }
a { background-color: rgb(13,111,207); }
div.DivClassName
{
background-color: #0D6FCF;
}
.BgClassName
{
background-color: #0D6FCF;
}
</style>
border-color css
<style>
span { border-color: #0D6FCF; }
span { border-color: rgb(13,111,207); }
td.TdClassName
{
border-color: #0D6FCF;
}
.TagClassName
{
border-color: #0D6FCF;
}
</style>