Shades of Navy Blue #0844FB
Tints of Navy Blue #0844FB
RGB
CMYK
RGB Variations
Color information
#0844FB (or 0x0844FB) is known color: Navy Blue. HEX triplet: 08, 44 and FB. RGB value is (8,68,251). Sum of RGB (Red+Green+Blue) = 8+68+251=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #0844FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0844FB is #F7BB04. Grayscale: #464646. Windows color (decimal): -16235269 or 16466952. OLE color: 16466952.
HSL color Cylindrical-coordinate representation of color #0844FB: hue angle of 225.19º 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 #0844FB is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 68 | 251 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.02 |
| HSL | 225.19º | 0.97% | 0.51% | - |
| HSV(B) | 225.19º | 0.97% | 0.98% | - |
| XYZ | 19.58 | 11.15 | 92.39 | - |
| YUV | 70.92 | 229.62 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 251 | 0.97 | 0.73 | 0 | 0.02 | 225.19 | 0.97 | 0.51 |
| Hex | 8 | 44 | FB | 61 | 49 | 0 | 2 | E1 | 61 | 33 |
| Octal | 10 | 104 | 373 | 141 | 111 | 0 | 2 | 341 | 141 | 63 |
| Binary | 1000 | 1000100 | 11111011 | 1100001 | 1001001 | 0 | 10 | 11100001 | 1100001 | 110011 |
Color Harmonies of #0844FB
Complementary color
Monochromatic Colors of #0844FB
Black with #0844FB
Text Example
Text Example
White with #0844FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0844FB; }
p { color: rgb(8,68,251); }
H1.HeaderClassName
{
color: #0844FB;
}
.AnyTagClassName
{
color: #0844FB;
}
</style>
background-color css
<style>
a { background-color: #0844FB; }
a { background-color: rgb(8,68,251); }
div.DivClassName
{
background-color: #0844FB;
}
.BgClassName
{
background-color: #0844FB;
}
</style>
border-color css
<style>
span { border-color: #0844FB; }
span { border-color: rgb(8,68,251); }
td.TdClassName
{
border-color: #0844FB;
}
.TagClassName
{
border-color: #0844FB;
}
</style>