Shades of Navy Blue #087BC1
Tints of Navy Blue #087BC1
RGB
CMYK
RGB Variations
Color information
#087BC1 (or 0x087BC1) is known color: Navy Blue. HEX triplet: 08, 7B and C1. RGB value is (8,123,193). Sum of RGB (Red+Green+Blue) = 8+123+193=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #087BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BC1 is #F7843E. Grayscale: #606060. Windows color (decimal): -16221247 or 12679944. OLE color: 12679944.
HSL color Cylindrical-coordinate representation of color #087BC1: hue angle of 202.7º 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 #087BC1 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 123 | 193 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.24 |
| HSL | 202.7º | 0.92% | 0.39% | - |
| HSV(B) | 202.7º | 0.96% | 0.76% | - |
| XYZ | 16.81 | 18.07 | 53.05 | - |
| YUV | 96.6 | 182.4 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 193 | 0.96 | 0.36 | 0 | 0.24 | 202.7 | 0.92 | 0.39 |
| Hex | 8 | 7B | C1 | 60 | 24 | 0 | 18 | CB | 5C | 27 |
| Octal | 10 | 173 | 301 | 140 | 44 | 0 | 30 | 313 | 134 | 47 |
| Binary | 1000 | 1111011 | 11000001 | 1100000 | 100100 | 0 | 11000 | 11001011 | 1011100 | 100111 |
Color Harmonies of #087BC1
Complementary color
Monochromatic Colors of #087BC1
Black with #087BC1
Text Example
Text Example
White with #087BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BC1; }
p { color: rgb(8,123,193); }
H1.HeaderClassName
{
color: #087BC1;
}
.AnyTagClassName
{
color: #087BC1;
}
</style>
background-color css
<style>
a { background-color: #087BC1; }
a { background-color: rgb(8,123,193); }
div.DivClassName
{
background-color: #087BC1;
}
.BgClassName
{
background-color: #087BC1;
}
</style>
border-color css
<style>
span { border-color: #087BC1; }
span { border-color: rgb(8,123,193); }
td.TdClassName
{
border-color: #087BC1;
}
.TagClassName
{
border-color: #087BC1;
}
</style>