Shades of Navy Blue #087CCB
Tints of Navy Blue #087CCB
RGB
CMYK
RGB Variations
Color information
#087CCB (or 0x087CCB) is known color: Navy Blue. HEX triplet: 08, 7C and CB. RGB value is (8,124,203). Sum of RGB (Red+Green+Blue) = 8+124+203=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #087CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CCB is #F78334. Grayscale: #616161. Windows color (decimal): -16220981 or 13335560. OLE color: 13335560.
HSL color Cylindrical-coordinate representation of color #087CCB: hue angle of 204.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CCB is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 124 | 203 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.20 |
| HSL | 204.31º | 0.92% | 0.41% | - |
| HSV(B) | 204.31º | 0.96% | 0.8% | - |
| XYZ | 18.09 | 18.78 | 59.17 | - |
| YUV | 98.32 | 187.07 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 203 | 0.96 | 0.39 | 0 | 0.20 | 204.31 | 0.92 | 0.41 |
| Hex | 8 | 7C | CB | 60 | 27 | 0 | 14 | CC | 5C | 29 |
| Octal | 10 | 174 | 313 | 140 | 47 | 0 | 24 | 314 | 134 | 51 |
| Binary | 1000 | 1111100 | 11001011 | 1100000 | 100111 | 0 | 10100 | 11001100 | 1011100 | 101001 |
Color Harmonies of #087CCB
Complementary color
Monochromatic Colors of #087CCB
Black with #087CCB
Text Example
Text Example
White with #087CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CCB; }
p { color: rgb(8,124,203); }
H1.HeaderClassName
{
color: #087CCB;
}
.AnyTagClassName
{
color: #087CCB;
}
</style>
background-color css
<style>
a { background-color: #087CCB; }
a { background-color: rgb(8,124,203); }
div.DivClassName
{
background-color: #087CCB;
}
.BgClassName
{
background-color: #087CCB;
}
</style>
border-color css
<style>
span { border-color: #087CCB; }
span { border-color: rgb(8,124,203); }
td.TdClassName
{
border-color: #087CCB;
}
.TagClassName
{
border-color: #087CCB;
}
</style>