Shades of Navy Blue #0854FB
Tints of Navy Blue #0854FB
RGB
CMYK
RGB Variations
Color information
#0854FB (or 0x0854FB) is known color: Navy Blue. HEX triplet: 08, 54 and FB. RGB value is (8,84,251). Sum of RGB (Red+Green+Blue) = 8+84+251=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #0854FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0854FB is #F7AB04. Grayscale: #4F4F4F. Windows color (decimal): -16231173 or 16471048. OLE color: 16471048.
HSL color Cylindrical-coordinate representation of color #0854FB: hue angle of 221.23º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0854FB is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 84 | 251 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.02 |
| HSL | 221.23º | 0.97% | 0.51% | - |
| HSV(B) | 221.23º | 0.97% | 0.98% | - |
| XYZ | 20.68 | 13.36 | 92.75 | - |
| YUV | 80.31 | 224.32 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 251 | 0.97 | 0.67 | 0 | 0.02 | 221.23 | 0.97 | 0.51 |
| Hex | 8 | 54 | FB | 61 | 43 | 0 | 2 | DD | 61 | 33 |
| Octal | 10 | 124 | 373 | 141 | 103 | 0 | 2 | 335 | 141 | 63 |
| Binary | 1000 | 1010100 | 11111011 | 1100001 | 1000011 | 0 | 10 | 11011101 | 1100001 | 110011 |
Color Harmonies of #0854FB
Complementary color
Monochromatic Colors of #0854FB
Black with #0854FB
Text Example
Text Example
White with #0854FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0854FB; }
p { color: rgb(8,84,251); }
H1.HeaderClassName
{
color: #0854FB;
}
.AnyTagClassName
{
color: #0854FB;
}
</style>
background-color css
<style>
a { background-color: #0854FB; }
a { background-color: rgb(8,84,251); }
div.DivClassName
{
background-color: #0854FB;
}
.BgClassName
{
background-color: #0854FB;
}
</style>
border-color css
<style>
span { border-color: #0854FB; }
span { border-color: rgb(8,84,251); }
td.TdClassName
{
border-color: #0854FB;
}
.TagClassName
{
border-color: #0854FB;
}
</style>