Shades of Navy Blue #0D67DC
Tints of Navy Blue #0D67DC
RGB
CMYK
RGB Variations
Color information
#0D67DC (or 0x0D67DC) is known color: Navy Blue. HEX triplet: 0D, 67 and DC. RGB value is (13,103,220). Sum of RGB (Red+Green+Blue) = 13+103+220=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D67DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D67DC is #F29823. Grayscale: #585858. Windows color (decimal): -15898660 or 14444301. OLE color: 14444301.
HSL color Cylindrical-coordinate representation of color #0D67DC: hue angle of 213.91º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D67DC is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 103 | 220 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.14 |
| HSL | 213.91º | 0.89% | 0.46% | - |
| HSV(B) | 213.91º | 0.94% | 0.86% | - |
| XYZ | 17.93 | 14.95 | 69.65 | - |
| YUV | 89.43 | 201.68 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 103 | 220 | 0.94 | 0.53 | 0 | 0.14 | 213.91 | 0.89 | 0.46 |
| Hex | D | 67 | DC | 5E | 35 | 0 | E | D6 | 59 | 2E |
| Octal | 15 | 147 | 334 | 136 | 65 | 0 | 16 | 326 | 131 | 56 |
| Binary | 1101 | 1100111 | 11011100 | 1011110 | 110101 | 0 | 1110 | 11010110 | 1011001 | 101110 |
Color Harmonies of #0D67DC
Complementary color
Monochromatic Colors of #0D67DC
Black with #0D67DC
Text Example
Text Example
White with #0D67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D67DC; }
p { color: rgb(13,103,220); }
H1.HeaderClassName
{
color: #0D67DC;
}
.AnyTagClassName
{
color: #0D67DC;
}
</style>
background-color css
<style>
a { background-color: #0D67DC; }
a { background-color: rgb(13,103,220); }
div.DivClassName
{
background-color: #0D67DC;
}
.BgClassName
{
background-color: #0D67DC;
}
</style>
border-color css
<style>
span { border-color: #0D67DC; }
span { border-color: rgb(13,103,220); }
td.TdClassName
{
border-color: #0D67DC;
}
.TagClassName
{
border-color: #0D67DC;
}
</style>