Shades of Navy Blue #0843FA
Tints of Navy Blue #0843FA
RGB
CMYK
RGB Variations
Color information
#0843FA (or 0x0843FA) is known color: Navy Blue. HEX triplet: 08, 43 and FA. RGB value is (8,67,250). Sum of RGB (Red+Green+Blue) = 8+67+250=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #0843FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0843FA is #F7BC05. Grayscale: #454545. Windows color (decimal): -16235526 or 16401160. OLE color: 16401160.
HSL color Cylindrical-coordinate representation of color #0843FA: hue angle of 225.37º degrees, saturation: 0.96, 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 #0843FA is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 67 | 250 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.02 |
| HSL | 225.37º | 0.96% | 0.51% | - |
| HSV(B) | 225.37º | 0.97% | 0.98% | - |
| XYZ | 19.36 | 10.97 | 91.54 | - |
| YUV | 70.22 | 229.45 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 250 | 0.97 | 0.73 | 0 | 0.02 | 225.37 | 0.96 | 0.51 |
| Hex | 8 | 43 | FA | 61 | 49 | 0 | 2 | E1 | 60 | 33 |
| Octal | 10 | 103 | 372 | 141 | 111 | 0 | 2 | 341 | 140 | 63 |
| Binary | 1000 | 1000011 | 11111010 | 1100001 | 1001001 | 0 | 10 | 11100001 | 1100000 | 110011 |
Color Harmonies of #0843FA
Complementary color
Monochromatic Colors of #0843FA
Black with #0843FA
Text Example
Text Example
White with #0843FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0843FA; }
p { color: rgb(8,67,250); }
H1.HeaderClassName
{
color: #0843FA;
}
.AnyTagClassName
{
color: #0843FA;
}
</style>
background-color css
<style>
a { background-color: #0843FA; }
a { background-color: rgb(8,67,250); }
div.DivClassName
{
background-color: #0843FA;
}
.BgClassName
{
background-color: #0843FA;
}
</style>
border-color css
<style>
span { border-color: #0843FA; }
span { border-color: rgb(8,67,250); }
td.TdClassName
{
border-color: #0843FA;
}
.TagClassName
{
border-color: #0843FA;
}
</style>