Shades of Navy Blue #0843EE
Tints of Navy Blue #0843EE
RGB
CMYK
RGB Variations
Color information
#0843EE (or 0x0843EE) is known color: Navy Blue. HEX triplet: 08, 43 and EE. RGB value is (8,67,238). Sum of RGB (Red+Green+Blue) = 8+67+238=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #0843EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0843EE is #F7BC11. Grayscale: #444444. Windows color (decimal): -16235538 or 15614728. OLE color: 15614728.
HSL color Cylindrical-coordinate representation of color #0843EE: hue angle of 224.61º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0843EE is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 67 | 238 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.07 |
| HSL | 224.61º | 0.93% | 0.48% | - |
| HSV(B) | 224.61º | 0.97% | 0.93% | - |
| XYZ | 17.54 | 10.24 | 81.94 | - |
| YUV | 68.85 | 223.45 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 238 | 0.97 | 0.72 | 0 | 0.07 | 224.61 | 0.93 | 0.48 |
| Hex | 8 | 43 | EE | 61 | 48 | 0 | 7 | E1 | 5D | 30 |
| Octal | 10 | 103 | 356 | 141 | 110 | 0 | 7 | 341 | 135 | 60 |
| Binary | 1000 | 1000011 | 11101110 | 1100001 | 1001000 | 0 | 111 | 11100001 | 1011101 | 110000 |
Color Harmonies of #0843EE
Complementary color
Monochromatic Colors of #0843EE
Black with #0843EE
Text Example
Text Example
White with #0843EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0843EE; }
p { color: rgb(8,67,238); }
H1.HeaderClassName
{
color: #0843EE;
}
.AnyTagClassName
{
color: #0843EE;
}
</style>
background-color css
<style>
a { background-color: #0843EE; }
a { background-color: rgb(8,67,238); }
div.DivClassName
{
background-color: #0843EE;
}
.BgClassName
{
background-color: #0843EE;
}
</style>
border-color css
<style>
span { border-color: #0843EE; }
span { border-color: rgb(8,67,238); }
td.TdClassName
{
border-color: #0843EE;
}
.TagClassName
{
border-color: #0843EE;
}
</style>