Shades of Navy Blue #087FC3
Tints of Navy Blue #087FC3
RGB
CMYK
RGB Variations
Color information
#087FC3 (or 0x087FC3) is known color: Navy Blue. HEX triplet: 08, 7F and C3. RGB value is (8,127,195). Sum of RGB (Red+Green+Blue) = 8+127+195=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 195 (76.56% from 255 or 59.09% from 330); Max value from RGB is 195 - color contains mainly: blue. Hex color #087FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FC3 is #F7803C. Grayscale: #626262. Windows color (decimal): -16220221 or 12812040. OLE color: 12812040.
HSL color Cylindrical-coordinate representation of color #087FC3: hue angle of 201.82º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087FC3 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 127 | 195 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.24 |
| HSL | 201.82º | 0.92% | 0.4% | - |
| HSV(B) | 201.82º | 0.96% | 0.76% | - |
| XYZ | 17.54 | 19.17 | 54.41 | - |
| YUV | 99.17 | 182.08 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 195 | 0.96 | 0.35 | 0 | 0.24 | 201.82 | 0.92 | 0.4 |
| Hex | 8 | 7F | C3 | 60 | 23 | 0 | 18 | CA | 5C | 28 |
| Octal | 10 | 177 | 303 | 140 | 43 | 0 | 30 | 312 | 134 | 50 |
| Binary | 1000 | 1111111 | 11000011 | 1100000 | 100011 | 0 | 11000 | 11001010 | 1011100 | 101000 |
Color Harmonies of #087FC3
Complementary color
Monochromatic Colors of #087FC3
Black with #087FC3
Text Example
Text Example
White with #087FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FC3; }
p { color: rgb(8,127,195); }
H1.HeaderClassName
{
color: #087FC3;
}
.AnyTagClassName
{
color: #087FC3;
}
</style>
background-color css
<style>
a { background-color: #087FC3; }
a { background-color: rgb(8,127,195); }
div.DivClassName
{
background-color: #087FC3;
}
.BgClassName
{
background-color: #087FC3;
}
</style>
border-color css
<style>
span { border-color: #087FC3; }
span { border-color: rgb(8,127,195); }
td.TdClassName
{
border-color: #087FC3;
}
.TagClassName
{
border-color: #087FC3;
}
</style>