Shades of Navy Blue #0845FB
Tints of Navy Blue #0845FB
RGB
CMYK
RGB Variations
Color information
#0845FB (or 0x0845FB) is known color: Navy Blue. HEX triplet: 08, 45 and FB. RGB value is (8,69,251). Sum of RGB (Red+Green+Blue) = 8+69+251=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #0845FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0845FB is #F7BA04. Grayscale: #464646. Windows color (decimal): -16235013 or 16467208. OLE color: 16467208.
HSL color Cylindrical-coordinate representation of color #0845FB: hue angle of 224.94º 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 #0845FB is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 69 | 251 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.02 |
| HSL | 224.94º | 0.97% | 0.51% | - |
| HSV(B) | 224.94º | 0.97% | 0.98% | - |
| XYZ | 19.64 | 11.27 | 92.41 | - |
| YUV | 71.51 | 229.29 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 251 | 0.97 | 0.73 | 0 | 0.02 | 224.94 | 0.97 | 0.51 |
| Hex | 8 | 45 | FB | 61 | 49 | 0 | 2 | E1 | 61 | 33 |
| Octal | 10 | 105 | 373 | 141 | 111 | 0 | 2 | 341 | 141 | 63 |
| Binary | 1000 | 1000101 | 11111011 | 1100001 | 1001001 | 0 | 10 | 11100001 | 1100001 | 110011 |
Color Harmonies of #0845FB
Complementary color
Monochromatic Colors of #0845FB
Black with #0845FB
Text Example
Text Example
White with #0845FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845FB; }
p { color: rgb(8,69,251); }
H1.HeaderClassName
{
color: #0845FB;
}
.AnyTagClassName
{
color: #0845FB;
}
</style>
background-color css
<style>
a { background-color: #0845FB; }
a { background-color: rgb(8,69,251); }
div.DivClassName
{
background-color: #0845FB;
}
.BgClassName
{
background-color: #0845FB;
}
</style>
border-color css
<style>
span { border-color: #0845FB; }
span { border-color: rgb(8,69,251); }
td.TdClassName
{
border-color: #0845FB;
}
.TagClassName
{
border-color: #0845FB;
}
</style>