Shades of Navy Blue #0863C1
Tints of Navy Blue #0863C1
RGB
CMYK
RGB Variations
Color information
#0863C1 (or 0x0863C1) is known color: Navy Blue. HEX triplet: 08, 63 and C1. RGB value is (8,99,193). Sum of RGB (Red+Green+Blue) = 8+99+193=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #0863C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0863C1 is #F79C3E. Grayscale: #525252. Windows color (decimal): -16227391 or 12673800. OLE color: 12673800.
HSL color Cylindrical-coordinate representation of color #0863C1: hue angle of 210.49º 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 #0863C1 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 99 | 193 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.24 |
| HSL | 210.49º | 0.92% | 0.39% | - |
| HSV(B) | 210.49º | 0.96% | 0.76% | - |
| XYZ | 14.19 | 12.83 | 52.18 | - |
| YUV | 82.51 | 190.35 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 193 | 0.96 | 0.49 | 0 | 0.24 | 210.49 | 0.92 | 0.39 |
| Hex | 8 | 63 | C1 | 60 | 31 | 0 | 18 | D2 | 5C | 27 |
| Octal | 10 | 143 | 301 | 140 | 61 | 0 | 30 | 322 | 134 | 47 |
| Binary | 1000 | 1100011 | 11000001 | 1100000 | 110001 | 0 | 11000 | 11010010 | 1011100 | 100111 |
Color Harmonies of #0863C1
Complementary color
Monochromatic Colors of #0863C1
Black with #0863C1
Text Example
Text Example
White with #0863C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0863C1; }
p { color: rgb(8,99,193); }
H1.HeaderClassName
{
color: #0863C1;
}
.AnyTagClassName
{
color: #0863C1;
}
</style>
background-color css
<style>
a { background-color: #0863C1; }
a { background-color: rgb(8,99,193); }
div.DivClassName
{
background-color: #0863C1;
}
.BgClassName
{
background-color: #0863C1;
}
</style>
border-color css
<style>
span { border-color: #0863C1; }
span { border-color: rgb(8,99,193); }
td.TdClassName
{
border-color: #0863C1;
}
.TagClassName
{
border-color: #0863C1;
}
</style>