Shades of Navy Blue #0344F1
Tints of Navy Blue #0344F1
RGB
CMYK
RGB Variations
Color information
#0344F1 (or 0x0344F1) is known color: Navy Blue. HEX triplet: 03, 44 and F1. RGB value is (3,68,241). Sum of RGB (Red+Green+Blue) = 3+68+241=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 241 (94.53% from 255 or 77.24% from 312); Max value from RGB is 241 - color contains mainly: blue. Hex color #0344F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0344F1 is #FCBB0E. Grayscale: #434343. Windows color (decimal): -16562959 or 15811587. OLE color: 15811587.
HSL color Cylindrical-coordinate representation of color #0344F1: hue angle of 223.61º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0344F1 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 68 | 241 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.05 |
| HSL | 223.61º | 0.98% | 0.48% | - |
| HSV(B) | 223.61º | 0.99% | 0.95% | - |
| XYZ | 17.98 | 10.5 | 84.3 | - |
| YUV | 68.29 | 225.47 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 241 | 0.99 | 0.72 | 0 | 0.05 | 223.61 | 0.98 | 0.48 |
| Hex | 3 | 44 | F1 | 63 | 48 | 0 | 5 | E0 | 62 | 30 |
| Octal | 3 | 104 | 361 | 143 | 110 | 0 | 5 | 340 | 142 | 60 |
| Binary | 11 | 1000100 | 11110001 | 1100011 | 1001000 | 0 | 101 | 11100000 | 1100010 | 110000 |
Color Harmonies of #0344F1
Complementary color
Monochromatic Colors of #0344F1
Black with #0344F1
Text Example
Text Example
White with #0344F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0344F1; }
p { color: rgb(3,68,241); }
H1.HeaderClassName
{
color: #0344F1;
}
.AnyTagClassName
{
color: #0344F1;
}
</style>
background-color css
<style>
a { background-color: #0344F1; }
a { background-color: rgb(3,68,241); }
div.DivClassName
{
background-color: #0344F1;
}
.BgClassName
{
background-color: #0344F1;
}
</style>
border-color css
<style>
span { border-color: #0344F1; }
span { border-color: rgb(3,68,241); }
td.TdClassName
{
border-color: #0344F1;
}
.TagClassName
{
border-color: #0344F1;
}
</style>