Shades of Navy Blue #0867DD
Tints of Navy Blue #0867DD
RGB
CMYK
RGB Variations
Color information
#0867DD (or 0x0867DD) is known color: Navy Blue. HEX triplet: 08, 67 and DD. RGB value is (8,103,221). Sum of RGB (Red+Green+Blue) = 8+103+221=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #0867DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0867DD is #F79822. Grayscale: #575757. Windows color (decimal): -16226339 or 14509832. OLE color: 14509832.
HSL color Cylindrical-coordinate representation of color #0867DD: hue angle of 213.24º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0867DD is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 103 | 221 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.13 |
| HSL | 213.24º | 0.93% | 0.45% | - |
| HSV(B) | 213.24º | 0.96% | 0.87% | - |
| XYZ | 18 | 14.97 | 70.35 | - |
| YUV | 88.05 | 203.03 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 221 | 0.96 | 0.53 | 0 | 0.13 | 213.24 | 0.93 | 0.45 |
| Hex | 8 | 67 | DD | 60 | 35 | 0 | D | D5 | 5D | 2D |
| Octal | 10 | 147 | 335 | 140 | 65 | 0 | 15 | 325 | 135 | 55 |
| Binary | 1000 | 1100111 | 11011101 | 1100000 | 110101 | 0 | 1101 | 11010101 | 1011101 | 101101 |
Color Harmonies of #0867DD
Complementary color
Monochromatic Colors of #0867DD
Black with #0867DD
Text Example
Text Example
White with #0867DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0867DD; }
p { color: rgb(8,103,221); }
H1.HeaderClassName
{
color: #0867DD;
}
.AnyTagClassName
{
color: #0867DD;
}
</style>
background-color css
<style>
a { background-color: #0867DD; }
a { background-color: rgb(8,103,221); }
div.DivClassName
{
background-color: #0867DD;
}
.BgClassName
{
background-color: #0867DD;
}
</style>
border-color css
<style>
span { border-color: #0867DD; }
span { border-color: rgb(8,103,221); }
td.TdClassName
{
border-color: #0867DD;
}
.TagClassName
{
border-color: #0867DD;
}
</style>