Shades of Navy Blue #087FCB
Tints of Navy Blue #087FCB
RGB
CMYK
RGB Variations
Color information
#087FCB (or 0x087FCB) is known color: Navy Blue. HEX triplet: 08, 7F and CB. RGB value is (8,127,203). Sum of RGB (Red+Green+Blue) = 8+127+203=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #087FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FCB is #F78034. Grayscale: #636363. Windows color (decimal): -16220213 or 13336328. OLE color: 13336328.
HSL color Cylindrical-coordinate representation of color #087FCB: hue angle of 203.38º 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 #087FCB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 127 | 203 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.20 |
| HSL | 203.38º | 0.92% | 0.41% | - |
| HSV(B) | 203.38º | 0.96% | 0.8% | - |
| XYZ | 18.47 | 19.54 | 59.3 | - |
| YUV | 100.08 | 186.08 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 203 | 0.96 | 0.37 | 0 | 0.20 | 203.38 | 0.92 | 0.41 |
| Hex | 8 | 7F | CB | 60 | 25 | 0 | 14 | CB | 5C | 29 |
| Octal | 10 | 177 | 313 | 140 | 45 | 0 | 24 | 313 | 134 | 51 |
| Binary | 1000 | 1111111 | 11001011 | 1100000 | 100101 | 0 | 10100 | 11001011 | 1011100 | 101001 |
Color Harmonies of #087FCB
Complementary color
Monochromatic Colors of #087FCB
Black with #087FCB
Text Example
Text Example
White with #087FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FCB; }
p { color: rgb(8,127,203); }
H1.HeaderClassName
{
color: #087FCB;
}
.AnyTagClassName
{
color: #087FCB;
}
</style>
background-color css
<style>
a { background-color: #087FCB; }
a { background-color: rgb(8,127,203); }
div.DivClassName
{
background-color: #087FCB;
}
.BgClassName
{
background-color: #087FCB;
}
</style>
border-color css
<style>
span { border-color: #087FCB; }
span { border-color: rgb(8,127,203); }
td.TdClassName
{
border-color: #087FCB;
}
.TagClassName
{
border-color: #087FCB;
}
</style>