Shades of Navy Blue #0340FD
Tints of Navy Blue #0340FD
RGB
CMYK
RGB Variations
Color information
#0340FD (or 0x0340FD) is known color: Navy Blue. HEX triplet: 03, 40 and FD. RGB value is (3,64,253). Sum of RGB (Red+Green+Blue) = 3+64+253=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #0340FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0340FD is #FCBF02. Grayscale: #424242. Windows color (decimal): -16563971 or 16596995. OLE color: 16596995.
HSL color Cylindrical-coordinate representation of color #0340FD: hue angle of 225.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0340FD is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 64 | 253 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.01 |
| HSL | 225.36º | 0.98% | 0.5% | - |
| HSV(B) | 225.36º | 0.99% | 0.99% | - |
| XYZ | 19.6 | 10.78 | 93.98 | - |
| YUV | 67.31 | 232.79 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 253 | 0.99 | 0.75 | 0 | 0.01 | 225.36 | 0.98 | 0.5 |
| Hex | 3 | 40 | FD | 63 | 4B | 0 | 1 | E1 | 62 | 32 |
| Octal | 3 | 100 | 375 | 143 | 113 | 0 | 1 | 341 | 142 | 62 |
| Binary | 11 | 1000000 | 11111101 | 1100011 | 1001011 | 0 | 1 | 11100001 | 1100010 | 110010 |
Color Harmonies of #0340FD
Complementary color
Monochromatic Colors of #0340FD
Black with #0340FD
Text Example
Text Example
White with #0340FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0340FD; }
p { color: rgb(3,64,253); }
H1.HeaderClassName
{
color: #0340FD;
}
.AnyTagClassName
{
color: #0340FD;
}
</style>
background-color css
<style>
a { background-color: #0340FD; }
a { background-color: rgb(3,64,253); }
div.DivClassName
{
background-color: #0340FD;
}
.BgClassName
{
background-color: #0340FD;
}
</style>
border-color css
<style>
span { border-color: #0340FD; }
span { border-color: rgb(3,64,253); }
td.TdClassName
{
border-color: #0340FD;
}
.TagClassName
{
border-color: #0340FD;
}
</style>