Shades of Navy Blue #0843FD
Tints of Navy Blue #0843FD
RGB
CMYK
RGB Variations
Color information
#0843FD (or 0x0843FD) is known color: Navy Blue. HEX triplet: 08, 43 and FD. RGB value is (8,67,253). Sum of RGB (Red+Green+Blue) = 8+67+253=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #0843FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0843FD is #F7BC02. Grayscale: #454545. Windows color (decimal): -16235523 or 16597768. OLE color: 16597768.
HSL color Cylindrical-coordinate representation of color #0843FD: hue angle of 225.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0843FD is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 67 | 253 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.01 |
| HSL | 225.55º | 0.98% | 0.51% | - |
| HSV(B) | 225.55º | 0.97% | 0.99% | - |
| XYZ | 19.84 | 11.16 | 94.04 | - |
| YUV | 70.56 | 230.95 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 253 | 0.97 | 0.74 | 0 | 0.01 | 225.55 | 0.98 | 0.51 |
| Hex | 8 | 43 | FD | 61 | 4A | 0 | 1 | E2 | 62 | 33 |
| Octal | 10 | 103 | 375 | 141 | 112 | 0 | 1 | 342 | 142 | 63 |
| Binary | 1000 | 1000011 | 11111101 | 1100001 | 1001010 | 0 | 1 | 11100010 | 1100010 | 110011 |
Color Harmonies of #0843FD
Complementary color
Monochromatic Colors of #0843FD
Black with #0843FD
Text Example
Text Example
White with #0843FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0843FD; }
p { color: rgb(8,67,253); }
H1.HeaderClassName
{
color: #0843FD;
}
.AnyTagClassName
{
color: #0843FD;
}
</style>
background-color css
<style>
a { background-color: #0843FD; }
a { background-color: rgb(8,67,253); }
div.DivClassName
{
background-color: #0843FD;
}
.BgClassName
{
background-color: #0843FD;
}
</style>
border-color css
<style>
span { border-color: #0843FD; }
span { border-color: rgb(8,67,253); }
td.TdClassName
{
border-color: #0843FD;
}
.TagClassName
{
border-color: #0843FD;
}
</style>