Shades of Navy Blue #0867DF
Tints of Navy Blue #0867DF
RGB
CMYK
RGB Variations
Color information
#0867DF (or 0x0867DF) is known color: Navy Blue. HEX triplet: 08, 67 and DF. RGB value is (8,103,223). Sum of RGB (Red+Green+Blue) = 8+103+223=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #0867DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0867DF is #F79820. Grayscale: #575757. Windows color (decimal): -16226337 or 14640904. OLE color: 14640904.
HSL color Cylindrical-coordinate representation of color #0867DF: hue angle of 213.49º 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 #0867DF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 103 | 223 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.13 |
| HSL | 213.49º | 0.93% | 0.45% | - |
| HSV(B) | 213.49º | 0.96% | 0.87% | - |
| XYZ | 18.27 | 15.08 | 71.76 | - |
| YUV | 88.28 | 204.03 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 223 | 0.96 | 0.54 | 0 | 0.13 | 213.49 | 0.93 | 0.45 |
| Hex | 8 | 67 | DF | 60 | 36 | 0 | D | D5 | 5D | 2D |
| Octal | 10 | 147 | 337 | 140 | 66 | 0 | 15 | 325 | 135 | 55 |
| Binary | 1000 | 1100111 | 11011111 | 1100000 | 110110 | 0 | 1101 | 11010101 | 1011101 | 101101 |
Color Harmonies of #0867DF
Complementary color
Monochromatic Colors of #0867DF
Black with #0867DF
Text Example
Text Example
White with #0867DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0867DF; }
p { color: rgb(8,103,223); }
H1.HeaderClassName
{
color: #0867DF;
}
.AnyTagClassName
{
color: #0867DF;
}
</style>
background-color css
<style>
a { background-color: #0867DF; }
a { background-color: rgb(8,103,223); }
div.DivClassName
{
background-color: #0867DF;
}
.BgClassName
{
background-color: #0867DF;
}
</style>
border-color css
<style>
span { border-color: #0867DF; }
span { border-color: rgb(8,103,223); }
td.TdClassName
{
border-color: #0867DF;
}
.TagClassName
{
border-color: #0867DF;
}
</style>