Shades of Navy Blue #087FCE
Tints of Navy Blue #087FCE
RGB
CMYK
RGB Variations
Color information
#087FCE (or 0x087FCE) is known color: Navy Blue. HEX triplet: 08, 7F and CE. RGB value is (8,127,206). Sum of RGB (Red+Green+Blue) = 8+127+206=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #087FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FCE is #F78031. Grayscale: #636363. Windows color (decimal): -16220210 or 13532936. OLE color: 13532936.
HSL color Cylindrical-coordinate representation of color #087FCE: hue angle of 203.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087FCE is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 127 | 206 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.19 |
| HSL | 203.94º | 0.93% | 0.42% | - |
| HSV(B) | 203.94º | 0.96% | 0.81% | - |
| XYZ | 18.83 | 19.69 | 61.2 | - |
| YUV | 100.43 | 187.58 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 206 | 0.96 | 0.38 | 0 | 0.19 | 203.94 | 0.93 | 0.42 |
| Hex | 8 | 7F | CE | 60 | 26 | 0 | 13 | CC | 5D | 2A |
| Octal | 10 | 177 | 316 | 140 | 46 | 0 | 23 | 314 | 135 | 52 |
| Binary | 1000 | 1111111 | 11001110 | 1100000 | 100110 | 0 | 10011 | 11001100 | 1011101 | 101010 |
Color Harmonies of #087FCE
Complementary color
Monochromatic Colors of #087FCE
Black with #087FCE
Text Example
Text Example
White with #087FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FCE; }
p { color: rgb(8,127,206); }
H1.HeaderClassName
{
color: #087FCE;
}
.AnyTagClassName
{
color: #087FCE;
}
</style>
background-color css
<style>
a { background-color: #087FCE; }
a { background-color: rgb(8,127,206); }
div.DivClassName
{
background-color: #087FCE;
}
.BgClassName
{
background-color: #087FCE;
}
</style>
border-color css
<style>
span { border-color: #087FCE; }
span { border-color: rgb(8,127,206); }
td.TdClassName
{
border-color: #087FCE;
}
.TagClassName
{
border-color: #087FCE;
}
</style>