Shades of Navy Blue #084ADF
Tints of Navy Blue #084ADF
RGB
CMYK
RGB Variations
Color information
#084ADF (or 0x084ADF) is known color: Navy Blue. HEX triplet: 08, 4A and DF. RGB value is (8,74,223). Sum of RGB (Red+Green+Blue) = 8+74+223=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #084ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ADF is #F7B520. Grayscale: #464646. Windows color (decimal): -16233761 or 14633480. OLE color: 14633480.
HSL color Cylindrical-coordinate representation of color #084ADF: hue angle of 221.58º 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 #084ADF is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 74 | 223 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.13 |
| HSL | 221.58º | 0.93% | 0.45% | - |
| HSV(B) | 221.58º | 0.96% | 0.87% | - |
| XYZ | 15.87 | 10.28 | 70.96 | - |
| YUV | 71.25 | 213.63 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 223 | 0.96 | 0.67 | 0 | 0.13 | 221.58 | 0.93 | 0.45 |
| Hex | 8 | 4A | DF | 60 | 43 | 0 | D | DE | 5D | 2D |
| Octal | 10 | 112 | 337 | 140 | 103 | 0 | 15 | 336 | 135 | 55 |
| Binary | 1000 | 1001010 | 11011111 | 1100000 | 1000011 | 0 | 1101 | 11011110 | 1011101 | 101101 |
Color Harmonies of #084ADF
Complementary color
Monochromatic Colors of #084ADF
Black with #084ADF
Text Example
Text Example
White with #084ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084ADF; }
p { color: rgb(8,74,223); }
H1.HeaderClassName
{
color: #084ADF;
}
.AnyTagClassName
{
color: #084ADF;
}
</style>
background-color css
<style>
a { background-color: #084ADF; }
a { background-color: rgb(8,74,223); }
div.DivClassName
{
background-color: #084ADF;
}
.BgClassName
{
background-color: #084ADF;
}
</style>
border-color css
<style>
span { border-color: #084ADF; }
span { border-color: rgb(8,74,223); }
td.TdClassName
{
border-color: #084ADF;
}
.TagClassName
{
border-color: #084ADF;
}
</style>