Shades of Navy Blue #0340EE
Tints of Navy Blue #0340EE
RGB
CMYK
RGB Variations
Color information
#0340EE (or 0x0340EE) is known color: Navy Blue. HEX triplet: 03, 40 and EE. RGB value is (3,64,238). Sum of RGB (Red+Green+Blue) = 3+64+238=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #0340EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0340EE is #FCBF11. Grayscale: #404040. Windows color (decimal): -16563986 or 15613955. OLE color: 15613955.
HSL color Cylindrical-coordinate representation of color #0340EE: hue angle of 224.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0340EE is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 64 | 238 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.07 |
| HSL | 224.43º | 0.98% | 0.47% | - |
| HSV(B) | 224.43º | 0.99% | 0.93% | - |
| XYZ | 17.3 | 9.86 | 81.88 | - |
| YUV | 65.6 | 225.29 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 238 | 0.99 | 0.73 | 0 | 0.07 | 224.43 | 0.98 | 0.47 |
| Hex | 3 | 40 | EE | 63 | 49 | 0 | 7 | E0 | 62 | 2F |
| Octal | 3 | 100 | 356 | 143 | 111 | 0 | 7 | 340 | 142 | 57 |
| Binary | 11 | 1000000 | 11101110 | 1100011 | 1001001 | 0 | 111 | 11100000 | 1100010 | 101111 |
Color Harmonies of #0340EE
Complementary color
Monochromatic Colors of #0340EE
Black with #0340EE
Text Example
Text Example
White with #0340EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0340EE; }
p { color: rgb(3,64,238); }
H1.HeaderClassName
{
color: #0340EE;
}
.AnyTagClassName
{
color: #0340EE;
}
</style>
background-color css
<style>
a { background-color: #0340EE; }
a { background-color: rgb(3,64,238); }
div.DivClassName
{
background-color: #0340EE;
}
.BgClassName
{
background-color: #0340EE;
}
</style>
border-color css
<style>
span { border-color: #0340EE; }
span { border-color: rgb(3,64,238); }
td.TdClassName
{
border-color: #0340EE;
}
.TagClassName
{
border-color: #0340EE;
}
</style>