Shades of Navy Blue #0341FD
Tints of Navy Blue #0341FD
RGB
CMYK
RGB Variations
Color information
#0341FD (or 0x0341FD) is known color: Navy Blue. HEX triplet: 03, 41 and FD. RGB value is (3,65,253). Sum of RGB (Red+Green+Blue) = 3+65+253=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #0341FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0341FD is #FCBE02. Grayscale: #434343. Windows color (decimal): -16563715 or 16597251. OLE color: 16597251.
HSL color Cylindrical-coordinate representation of color #0341FD: hue angle of 225.12º 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 #0341FD is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 65 | 253 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.01 |
| HSL | 225.12º | 0.98% | 0.5% | - |
| HSV(B) | 225.12º | 0.99% | 0.99% | - |
| XYZ | 19.66 | 10.89 | 93.99 | - |
| YUV | 67.89 | 232.46 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 253 | 0.99 | 0.74 | 0 | 0.01 | 225.12 | 0.98 | 0.5 |
| Hex | 3 | 41 | FD | 63 | 4A | 0 | 1 | E1 | 62 | 32 |
| Octal | 3 | 101 | 375 | 143 | 112 | 0 | 1 | 341 | 142 | 62 |
| Binary | 11 | 1000001 | 11111101 | 1100011 | 1001010 | 0 | 1 | 11100001 | 1100010 | 110010 |
Color Harmonies of #0341FD
Complementary color
Monochromatic Colors of #0341FD
Black with #0341FD
Text Example
Text Example
White with #0341FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0341FD; }
p { color: rgb(3,65,253); }
H1.HeaderClassName
{
color: #0341FD;
}
.AnyTagClassName
{
color: #0341FD;
}
</style>
background-color css
<style>
a { background-color: #0341FD; }
a { background-color: rgb(3,65,253); }
div.DivClassName
{
background-color: #0341FD;
}
.BgClassName
{
background-color: #0341FD;
}
</style>
border-color css
<style>
span { border-color: #0341FD; }
span { border-color: rgb(3,65,253); }
td.TdClassName
{
border-color: #0341FD;
}
.TagClassName
{
border-color: #0341FD;
}
</style>