Shades of Navy Blue #0846DF
Tints of Navy Blue #0846DF
RGB
CMYK
RGB Variations
Color information
#0846DF (or 0x0846DF) is known color: Navy Blue. HEX triplet: 08, 46 and DF. RGB value is (8,70,223). Sum of RGB (Red+Green+Blue) = 8+70+223=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #0846DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0846DF is #F7B920. Grayscale: #444444. Windows color (decimal): -16234785 or 14632456. OLE color: 14632456.
HSL color Cylindrical-coordinate representation of color #0846DF: hue angle of 222.7º 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 #0846DF is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 70 | 223 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.13 |
| HSL | 222.7º | 0.93% | 0.45% | - |
| HSV(B) | 222.7º | 0.96% | 0.87% | - |
| XYZ | 15.61 | 9.76 | 70.87 | - |
| YUV | 68.9 | 214.96 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 223 | 0.96 | 0.69 | 0 | 0.13 | 222.7 | 0.93 | 0.45 |
| Hex | 8 | 46 | DF | 60 | 45 | 0 | D | DF | 5D | 2D |
| Octal | 10 | 106 | 337 | 140 | 105 | 0 | 15 | 337 | 135 | 55 |
| Binary | 1000 | 1000110 | 11011111 | 1100000 | 1000101 | 0 | 1101 | 11011111 | 1011101 | 101101 |
Color Harmonies of #0846DF
Complementary color
Monochromatic Colors of #0846DF
Black with #0846DF
Text Example
Text Example
White with #0846DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0846DF; }
p { color: rgb(8,70,223); }
H1.HeaderClassName
{
color: #0846DF;
}
.AnyTagClassName
{
color: #0846DF;
}
</style>
background-color css
<style>
a { background-color: #0846DF; }
a { background-color: rgb(8,70,223); }
div.DivClassName
{
background-color: #0846DF;
}
.BgClassName
{
background-color: #0846DF;
}
</style>
border-color css
<style>
span { border-color: #0846DF; }
span { border-color: rgb(8,70,223); }
td.TdClassName
{
border-color: #0846DF;
}
.TagClassName
{
border-color: #0846DF;
}
</style>