Shades of Navy Blue #0867CE
Tints of Navy Blue #0867CE
RGB
CMYK
RGB Variations
Color information
#0867CE (or 0x0867CE) is known color: Navy Blue. HEX triplet: 08, 67 and CE. RGB value is (8,103,206). Sum of RGB (Red+Green+Blue) = 8+103+206=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #0867CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0867CE is #F79831. Grayscale: #555555. Windows color (decimal): -16226354 or 13526792. OLE color: 13526792.
HSL color Cylindrical-coordinate representation of color #0867CE: hue angle of 211.21º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0867CE is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 103 | 206 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.19 |
| HSL | 211.21º | 0.93% | 0.42% | - |
| HSV(B) | 211.21º | 0.96% | 0.81% | - |
| XYZ | 16.09 | 14.21 | 60.29 | - |
| YUV | 86.34 | 195.53 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 206 | 0.96 | 0.50 | 0 | 0.19 | 211.21 | 0.93 | 0.42 |
| Hex | 8 | 67 | CE | 60 | 32 | 0 | 13 | D3 | 5D | 2A |
| Octal | 10 | 147 | 316 | 140 | 62 | 0 | 23 | 323 | 135 | 52 |
| Binary | 1000 | 1100111 | 11001110 | 1100000 | 110010 | 0 | 10011 | 11010011 | 1011101 | 101010 |
Color Harmonies of #0867CE
Complementary color
Monochromatic Colors of #0867CE
Black with #0867CE
Text Example
Text Example
White with #0867CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0867CE; }
p { color: rgb(8,103,206); }
H1.HeaderClassName
{
color: #0867CE;
}
.AnyTagClassName
{
color: #0867CE;
}
</style>
background-color css
<style>
a { background-color: #0867CE; }
a { background-color: rgb(8,103,206); }
div.DivClassName
{
background-color: #0867CE;
}
.BgClassName
{
background-color: #0867CE;
}
</style>
border-color css
<style>
span { border-color: #0867CE; }
span { border-color: rgb(8,103,206); }
td.TdClassName
{
border-color: #0867CE;
}
.TagClassName
{
border-color: #0867CE;
}
</style>