Shades of Navy Blue #0851DF
Tints of Navy Blue #0851DF
RGB
CMYK
RGB Variations
Color information
#0851DF (or 0x0851DF) is known color: Navy Blue. HEX triplet: 08, 51 and DF. RGB value is (8,81,223). Sum of RGB (Red+Green+Blue) = 8+81+223=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #0851DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0851DF is #F7AE20. Grayscale: #4A4A4A. Windows color (decimal): -16231969 or 14635272. OLE color: 14635272.
HSL color Cylindrical-coordinate representation of color #0851DF: hue angle of 219.63º 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 #0851DF is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 81 | 223 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.13 |
| HSL | 219.63º | 0.93% | 0.45% | - |
| HSV(B) | 219.63º | 0.96% | 0.87% | - |
| XYZ | 16.36 | 11.26 | 71.12 | - |
| YUV | 75.36 | 211.32 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 223 | 0.96 | 0.64 | 0 | 0.13 | 219.63 | 0.93 | 0.45 |
| Hex | 8 | 51 | DF | 60 | 40 | 0 | D | DC | 5D | 2D |
| Octal | 10 | 121 | 337 | 140 | 100 | 0 | 15 | 334 | 135 | 55 |
| Binary | 1000 | 1010001 | 11011111 | 1100000 | 1000000 | 0 | 1101 | 11011100 | 1011101 | 101101 |
Color Harmonies of #0851DF
Complementary color
Monochromatic Colors of #0851DF
Black with #0851DF
Text Example
Text Example
White with #0851DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0851DF; }
p { color: rgb(8,81,223); }
H1.HeaderClassName
{
color: #0851DF;
}
.AnyTagClassName
{
color: #0851DF;
}
</style>
background-color css
<style>
a { background-color: #0851DF; }
a { background-color: rgb(8,81,223); }
div.DivClassName
{
background-color: #0851DF;
}
.BgClassName
{
background-color: #0851DF;
}
</style>
border-color css
<style>
span { border-color: #0851DF; }
span { border-color: rgb(8,81,223); }
td.TdClassName
{
border-color: #0851DF;
}
.TagClassName
{
border-color: #0851DF;
}
</style>