Shades of Navy Blue #0344F6
Tints of Navy Blue #0344F6
RGB
CMYK
RGB Variations
Color information
#0344F6 (or 0x0344F6) is known color: Navy Blue. HEX triplet: 03, 44 and F6. RGB value is (3,68,246). Sum of RGB (Red+Green+Blue) = 3+68+246=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 246 (96.48% from 255 or 77.60% from 317); Max value from RGB is 246 - color contains mainly: blue. Hex color #0344F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0344F6 is #FCBB09. Grayscale: #444444. Windows color (decimal): -16562954 or 16139267. OLE color: 16139267.
HSL color Cylindrical-coordinate representation of color #0344F6: hue angle of 223.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0344F6 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 68 | 246 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.04 |
| HSL | 223.95º | 0.98% | 0.49% | - |
| HSV(B) | 223.95º | 0.99% | 0.96% | - |
| XYZ | 18.74 | 10.81 | 88.29 | - |
| YUV | 68.86 | 227.97 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 246 | 0.99 | 0.72 | 0 | 0.04 | 223.95 | 0.98 | 0.49 |
| Hex | 3 | 44 | F6 | 63 | 48 | 0 | 4 | E0 | 62 | 31 |
| Octal | 3 | 104 | 366 | 143 | 110 | 0 | 4 | 340 | 142 | 61 |
| Binary | 11 | 1000100 | 11110110 | 1100011 | 1001000 | 0 | 100 | 11100000 | 1100010 | 110001 |
Color Harmonies of #0344F6
Complementary color
Monochromatic Colors of #0344F6
Black with #0344F6
Text Example
Text Example
White with #0344F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0344F6; }
p { color: rgb(3,68,246); }
H1.HeaderClassName
{
color: #0344F6;
}
.AnyTagClassName
{
color: #0344F6;
}
</style>
background-color css
<style>
a { background-color: #0344F6; }
a { background-color: rgb(3,68,246); }
div.DivClassName
{
background-color: #0344F6;
}
.BgClassName
{
background-color: #0344F6;
}
</style>
border-color css
<style>
span { border-color: #0344F6; }
span { border-color: rgb(3,68,246); }
td.TdClassName
{
border-color: #0344F6;
}
.TagClassName
{
border-color: #0344F6;
}
</style>