Shades of Navy Blue #0874DF
Tints of Navy Blue #0874DF
RGB
CMYK
RGB Variations
Color information
#0874DF (or 0x0874DF) is known color: Navy Blue. HEX triplet: 08, 74 and DF. RGB value is (8,116,223). Sum of RGB (Red+Green+Blue) = 8+116+223=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #0874DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0874DF is #F78B20. Grayscale: #5F5F5F. Windows color (decimal): -16223009 or 14644232. OLE color: 14644232.
HSL color Cylindrical-coordinate representation of color #0874DF: hue angle of 209.86º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0874DF is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 116 | 223 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.13 |
| HSL | 209.86º | 0.93% | 0.45% | - |
| HSV(B) | 209.86º | 0.96% | 0.87% | - |
| XYZ | 19.66 | 17.87 | 72.22 | - |
| YUV | 95.91 | 199.72 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 223 | 0.96 | 0.48 | 0 | 0.13 | 209.86 | 0.93 | 0.45 |
| Hex | 8 | 74 | DF | 60 | 30 | 0 | D | D2 | 5D | 2D |
| Octal | 10 | 164 | 337 | 140 | 60 | 0 | 15 | 322 | 135 | 55 |
| Binary | 1000 | 1110100 | 11011111 | 1100000 | 110000 | 0 | 1101 | 11010010 | 1011101 | 101101 |
Color Harmonies of #0874DF
Complementary color
Monochromatic Colors of #0874DF
Black with #0874DF
Text Example
Text Example
White with #0874DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0874DF; }
p { color: rgb(8,116,223); }
H1.HeaderClassName
{
color: #0874DF;
}
.AnyTagClassName
{
color: #0874DF;
}
</style>
background-color css
<style>
a { background-color: #0874DF; }
a { background-color: rgb(8,116,223); }
div.DivClassName
{
background-color: #0874DF;
}
.BgClassName
{
background-color: #0874DF;
}
</style>
border-color css
<style>
span { border-color: #0874DF; }
span { border-color: rgb(8,116,223); }
td.TdClassName
{
border-color: #0874DF;
}
.TagClassName
{
border-color: #0874DF;
}
</style>