Shades of Navy Blue #0340ED
Tints of Navy Blue #0340ED
RGB
CMYK
RGB Variations
Color information
#0340ED (or 0x0340ED) is known color: Navy Blue. HEX triplet: 03, 40 and ED. RGB value is (3,64,237). Sum of RGB (Red+Green+Blue) = 3+64+237=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #0340ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0340ED is #FCBF12. Grayscale: #404040. Windows color (decimal): -16563987 or 15548419. OLE color: 15548419.
HSL color Cylindrical-coordinate representation of color #0340ED: hue angle of 224.36º 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 #0340ED is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 64 | 237 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.07 |
| HSL | 224.36º | 0.98% | 0.47% | - |
| HSV(B) | 224.36º | 0.99% | 0.93% | - |
| XYZ | 17.16 | 9.8 | 81.11 | - |
| YUV | 65.48 | 224.79 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 237 | 0.99 | 0.73 | 0 | 0.07 | 224.36 | 0.98 | 0.47 |
| Hex | 3 | 40 | ED | 63 | 49 | 0 | 7 | E0 | 62 | 2F |
| Octal | 3 | 100 | 355 | 143 | 111 | 0 | 7 | 340 | 142 | 57 |
| Binary | 11 | 1000000 | 11101101 | 1100011 | 1001001 | 0 | 111 | 11100000 | 1100010 | 101111 |
Color Harmonies of #0340ED
Complementary color
Monochromatic Colors of #0340ED
Black with #0340ED
Text Example
Text Example
White with #0340ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0340ED; }
p { color: rgb(3,64,237); }
H1.HeaderClassName
{
color: #0340ED;
}
.AnyTagClassName
{
color: #0340ED;
}
</style>
background-color css
<style>
a { background-color: #0340ED; }
a { background-color: rgb(3,64,237); }
div.DivClassName
{
background-color: #0340ED;
}
.BgClassName
{
background-color: #0340ED;
}
</style>
border-color css
<style>
span { border-color: #0340ED; }
span { border-color: rgb(3,64,237); }
td.TdClassName
{
border-color: #0340ED;
}
.TagClassName
{
border-color: #0340ED;
}
</style>