Shades of Navy Blue #0084DE
Tints of Navy Blue #0084DE
RGB
CMYK
RGB Variations
Color information
#0084DE (or 0x0084DE) is known color: Navy Blue. HEX triplet: 00, 84 and DE. RGB value is (0,132,222). Sum of RGB (Red+Green+Blue) = 0+132+222=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #0084DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084DE is #FF7B21. Grayscale: #666666. Windows color (decimal): -16743202 or 14582784. OLE color: 14582784.
HSL color Cylindrical-coordinate representation of color #0084DE: hue angle of 204.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084DE is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 132 | 222 | - |
| CMYK | 1 | 0.41 | 0 | 0.13 |
| HSL | 204.32º | 1% | 0.44% | - |
| HSV(B) | 204.32º | 1% | 0.87% | - |
| XYZ | 21.44 | 21.78 | 72.18 | - |
| YUV | 102.79 | 195.27 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 222 | 1 | 0.41 | 0 | 0.13 | 204.32 | 1 | 0.44 |
| Hex | 0 | 84 | DE | 64 | 29 | 0 | D | CC | 64 | 2C |
| Octal | 0 | 204 | 336 | 144 | 51 | 0 | 15 | 314 | 144 | 54 |
| Binary | 0 | 10000100 | 11011110 | 1100100 | 101001 | 0 | 1101 | 11001100 | 1100100 | 101100 |
Color Harmonies of #0084DE
Complementary color
Monochromatic Colors of #0084DE
Black with #0084DE
Text Example
Text Example
White with #0084DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084DE; }
p { color: rgb(0,132,222); }
H1.HeaderClassName
{
color: #0084DE;
}
.AnyTagClassName
{
color: #0084DE;
}
</style>
background-color css
<style>
a { background-color: #0084DE; }
a { background-color: rgb(0,132,222); }
div.DivClassName
{
background-color: #0084DE;
}
.BgClassName
{
background-color: #0084DE;
}
</style>
border-color css
<style>
span { border-color: #0084DE; }
span { border-color: rgb(0,132,222); }
td.TdClassName
{
border-color: #0084DE;
}
.TagClassName
{
border-color: #0084DE;
}
</style>