Shades of Navy Blue #087CC3
Tints of Navy Blue #087CC3
RGB
CMYK
RGB Variations
Color information
#087CC3 (or 0x087CC3) is known color: Navy Blue. HEX triplet: 08, 7C and C3. RGB value is (8,124,195). Sum of RGB (Red+Green+Blue) = 8+124+195=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 195 (76.56% from 255 or 59.63% from 327); Max value from RGB is 195 - color contains mainly: blue. Hex color #087CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CC3 is #F7833C. Grayscale: #616161. Windows color (decimal): -16220989 or 12811272. OLE color: 12811272.
HSL color Cylindrical-coordinate representation of color #087CC3: hue angle of 202.78º 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 #087CC3 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 124 | 195 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.24 |
| HSL | 202.78º | 0.92% | 0.4% | - |
| HSV(B) | 202.78º | 0.96% | 0.76% | - |
| XYZ | 17.16 | 18.41 | 54.28 | - |
| YUV | 97.41 | 183.07 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 195 | 0.96 | 0.36 | 0 | 0.24 | 202.78 | 0.92 | 0.4 |
| Hex | 8 | 7C | C3 | 60 | 24 | 0 | 18 | CB | 5C | 28 |
| Octal | 10 | 174 | 303 | 140 | 44 | 0 | 30 | 313 | 134 | 50 |
| Binary | 1000 | 1111100 | 11000011 | 1100000 | 100100 | 0 | 11000 | 11001011 | 1011100 | 101000 |
Color Harmonies of #087CC3
Complementary color
Monochromatic Colors of #087CC3
Black with #087CC3
Text Example
Text Example
White with #087CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CC3; }
p { color: rgb(8,124,195); }
H1.HeaderClassName
{
color: #087CC3;
}
.AnyTagClassName
{
color: #087CC3;
}
</style>
background-color css
<style>
a { background-color: #087CC3; }
a { background-color: rgb(8,124,195); }
div.DivClassName
{
background-color: #087CC3;
}
.BgClassName
{
background-color: #087CC3;
}
</style>
border-color css
<style>
span { border-color: #087CC3; }
span { border-color: rgb(8,124,195); }
td.TdClassName
{
border-color: #087CC3;
}
.TagClassName
{
border-color: #087CC3;
}
</style>