Shades of Navy Blue #084CFC
Tints of Navy Blue #084CFC
RGB
CMYK
RGB Variations
Color information
#084CFC (or 0x084CFC) is known color: Navy Blue. HEX triplet: 08, 4C and FC. RGB value is (8,76,252). Sum of RGB (Red+Green+Blue) = 8+76+252=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #084CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084CFC is #F7B303. Grayscale: #4A4A4A. Windows color (decimal): -16233220 or 16534536. OLE color: 16534536.
HSL color Cylindrical-coordinate representation of color #084CFC: hue angle of 223.28º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084CFC is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 76 | 252 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.01 |
| HSL | 223.28º | 0.98% | 0.51% | - |
| HSV(B) | 223.28º | 0.97% | 0.99% | - |
| XYZ | 20.26 | 12.25 | 93.39 | - |
| YUV | 75.73 | 227.47 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 252 | 0.97 | 0.70 | 0 | 0.01 | 223.28 | 0.98 | 0.51 |
| Hex | 8 | 4C | FC | 61 | 46 | 0 | 1 | DF | 62 | 33 |
| Octal | 10 | 114 | 374 | 141 | 106 | 0 | 1 | 337 | 142 | 63 |
| Binary | 1000 | 1001100 | 11111100 | 1100001 | 1000110 | 0 | 1 | 11011111 | 1100010 | 110011 |
Color Harmonies of #084CFC
Complementary color
Monochromatic Colors of #084CFC
Black with #084CFC
Text Example
Text Example
White with #084CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084CFC; }
p { color: rgb(8,76,252); }
H1.HeaderClassName
{
color: #084CFC;
}
.AnyTagClassName
{
color: #084CFC;
}
</style>
background-color css
<style>
a { background-color: #084CFC; }
a { background-color: rgb(8,76,252); }
div.DivClassName
{
background-color: #084CFC;
}
.BgClassName
{
background-color: #084CFC;
}
</style>
border-color css
<style>
span { border-color: #084CFC; }
span { border-color: rgb(8,76,252); }
td.TdClassName
{
border-color: #084CFC;
}
.TagClassName
{
border-color: #084CFC;
}
</style>