Shades of Navy Blue #087DCB
Tints of Navy Blue #087DCB
RGB
CMYK
RGB Variations
Color information
#087DCB (or 0x087DCB) is known color: Navy Blue. HEX triplet: 08, 7D and CB. RGB value is (8,125,203). Sum of RGB (Red+Green+Blue) = 8+125+203=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #087DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DCB is #F78234. Grayscale: #626262. Windows color (decimal): -16220725 or 13335816. OLE color: 13335816.
HSL color Cylindrical-coordinate representation of color #087DCB: hue angle of 204º 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 #087DCB is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 125 | 203 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.20 |
| HSL | 204º | 0.92% | 0.41% | - |
| HSV(B) | 204º | 0.96% | 0.8% | - |
| XYZ | 18.21 | 19.03 | 59.21 | - |
| YUV | 98.91 | 186.74 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 203 | 0.96 | 0.38 | 0 | 0.20 | 204 | 0.92 | 0.41 |
| Hex | 8 | 7D | CB | 60 | 26 | 0 | 14 | CC | 5C | 29 |
| Octal | 10 | 175 | 313 | 140 | 46 | 0 | 24 | 314 | 134 | 51 |
| Binary | 1000 | 1111101 | 11001011 | 1100000 | 100110 | 0 | 10100 | 11001100 | 1011100 | 101001 |
Color Harmonies of #087DCB
Complementary color
Monochromatic Colors of #087DCB
Black with #087DCB
Text Example
Text Example
White with #087DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DCB; }
p { color: rgb(8,125,203); }
H1.HeaderClassName
{
color: #087DCB;
}
.AnyTagClassName
{
color: #087DCB;
}
</style>
background-color css
<style>
a { background-color: #087DCB; }
a { background-color: rgb(8,125,203); }
div.DivClassName
{
background-color: #087DCB;
}
.BgClassName
{
background-color: #087DCB;
}
</style>
border-color css
<style>
span { border-color: #087DCB; }
span { border-color: rgb(8,125,203); }
td.TdClassName
{
border-color: #087DCB;
}
.TagClassName
{
border-color: #087DCB;
}
</style>