Shades of Navy Blue #0867C1
Tints of Navy Blue #0867C1
RGB
CMYK
RGB Variations
Color information
#0867C1 (or 0x0867C1) is known color: Navy Blue. HEX triplet: 08, 67 and C1. RGB value is (8,103,193). Sum of RGB (Red+Green+Blue) = 8+103+193=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #0867C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0867C1 is #F7983E. Grayscale: #545454. Windows color (decimal): -16226367 or 12674824. OLE color: 12674824.
HSL color Cylindrical-coordinate representation of color #0867C1: hue angle of 209.19º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0867C1 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 103 | 193 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.24 |
| HSL | 209.19º | 0.92% | 0.39% | - |
| HSV(B) | 209.19º | 0.96% | 0.76% | - |
| XYZ | 14.58 | 13.6 | 52.31 | - |
| YUV | 84.86 | 189.03 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 193 | 0.96 | 0.47 | 0 | 0.24 | 209.19 | 0.92 | 0.39 |
| Hex | 8 | 67 | C1 | 60 | 2F | 0 | 18 | D1 | 5C | 27 |
| Octal | 10 | 147 | 301 | 140 | 57 | 0 | 30 | 321 | 134 | 47 |
| Binary | 1000 | 1100111 | 11000001 | 1100000 | 101111 | 0 | 11000 | 11010001 | 1011100 | 100111 |
Color Harmonies of #0867C1
Complementary color
Monochromatic Colors of #0867C1
Black with #0867C1
Text Example
Text Example
White with #0867C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0867C1; }
p { color: rgb(8,103,193); }
H1.HeaderClassName
{
color: #0867C1;
}
.AnyTagClassName
{
color: #0867C1;
}
</style>
background-color css
<style>
a { background-color: #0867C1; }
a { background-color: rgb(8,103,193); }
div.DivClassName
{
background-color: #0867C1;
}
.BgClassName
{
background-color: #0867C1;
}
</style>
border-color css
<style>
span { border-color: #0867C1; }
span { border-color: rgb(8,103,193); }
td.TdClassName
{
border-color: #0867C1;
}
.TagClassName
{
border-color: #0867C1;
}
</style>