Shades of Navy Blue #0844F6
Tints of Navy Blue #0844F6
RGB
CMYK
RGB Variations
Color information
#0844F6 (or 0x0844F6) is known color: Navy Blue. HEX triplet: 08, 44 and F6. RGB value is (8,68,246). Sum of RGB (Red+Green+Blue) = 8+68+246=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 246 (96.48% from 255 or 76.40% from 322); Max value from RGB is 246 - color contains mainly: blue. Hex color #0844F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0844F6 is #F7BB09. Grayscale: #454545. Windows color (decimal): -16235274 or 16139272. OLE color: 16139272.
HSL color Cylindrical-coordinate representation of color #0844F6: hue angle of 224.87º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0844F6 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 68 | 246 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.04 |
| HSL | 224.87º | 0.94% | 0.5% | - |
| HSV(B) | 224.87º | 0.97% | 0.96% | - |
| XYZ | 18.8 | 10.84 | 88.29 | - |
| YUV | 70.35 | 227.12 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 246 | 0.97 | 0.72 | 0 | 0.04 | 224.87 | 0.94 | 0.5 |
| Hex | 8 | 44 | F6 | 61 | 48 | 0 | 4 | E1 | 5E | 32 |
| Octal | 10 | 104 | 366 | 141 | 110 | 0 | 4 | 341 | 136 | 62 |
| Binary | 1000 | 1000100 | 11110110 | 1100001 | 1001000 | 0 | 100 | 11100001 | 1011110 | 110010 |
Color Harmonies of #0844F6
Complementary color
Monochromatic Colors of #0844F6
Black with #0844F6
Text Example
Text Example
White with #0844F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0844F6; }
p { color: rgb(8,68,246); }
H1.HeaderClassName
{
color: #0844F6;
}
.AnyTagClassName
{
color: #0844F6;
}
</style>
background-color css
<style>
a { background-color: #0844F6; }
a { background-color: rgb(8,68,246); }
div.DivClassName
{
background-color: #0844F6;
}
.BgClassName
{
background-color: #0844F6;
}
</style>
border-color css
<style>
span { border-color: #0844F6; }
span { border-color: rgb(8,68,246); }
td.TdClassName
{
border-color: #0844F6;
}
.TagClassName
{
border-color: #0844F6;
}
</style>