Shades of Navy Blue #0341FA
Tints of Navy Blue #0341FA
RGB
CMYK
RGB Variations
Color information
#0341FA (or 0x0341FA) is known color: Navy Blue. HEX triplet: 03, 41 and FA. RGB value is (3,65,250). Sum of RGB (Red+Green+Blue) = 3+65+250=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #0341FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0341FA is #FCBE05. Grayscale: #424242. Windows color (decimal): -16563718 or 16400643. OLE color: 16400643.
HSL color Cylindrical-coordinate representation of color #0341FA: hue angle of 224.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0341FA is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 65 | 250 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.02 |
| HSL | 224.94º | 0.98% | 0.5% | - |
| HSV(B) | 224.94º | 0.99% | 0.98% | - |
| XYZ | 19.18 | 10.7 | 91.5 | - |
| YUV | 67.55 | 230.96 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 250 | 0.99 | 0.74 | 0 | 0.02 | 224.94 | 0.98 | 0.5 |
| Hex | 3 | 41 | FA | 63 | 4A | 0 | 2 | E1 | 62 | 32 |
| Octal | 3 | 101 | 372 | 143 | 112 | 0 | 2 | 341 | 142 | 62 |
| Binary | 11 | 1000001 | 11111010 | 1100011 | 1001010 | 0 | 10 | 11100001 | 1100010 | 110010 |
Color Harmonies of #0341FA
Complementary color
Monochromatic Colors of #0341FA
Black with #0341FA
Text Example
Text Example
White with #0341FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0341FA; }
p { color: rgb(3,65,250); }
H1.HeaderClassName
{
color: #0341FA;
}
.AnyTagClassName
{
color: #0341FA;
}
</style>
background-color css
<style>
a { background-color: #0341FA; }
a { background-color: rgb(3,65,250); }
div.DivClassName
{
background-color: #0341FA;
}
.BgClassName
{
background-color: #0341FA;
}
</style>
border-color css
<style>
span { border-color: #0341FA; }
span { border-color: rgb(3,65,250); }
td.TdClassName
{
border-color: #0341FA;
}
.TagClassName
{
border-color: #0341FA;
}
</style>