Shades of Navy Blue #0349CF
Tints of Navy Blue #0349CF
RGB
CMYK
RGB Variations
Color information
#0349CF (or 0x0349CF) is known color: Navy Blue. HEX triplet: 03, 49 and CF. RGB value is (3,73,207). Sum of RGB (Red+Green+Blue) = 3+73+207=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #0349CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0349CF is #FCB630. Grayscale: #424242. Windows color (decimal): -16561713 or 13584643. OLE color: 13584643.
HSL color Cylindrical-coordinate representation of color #0349CF: hue angle of 219.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0349CF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 73 | 207 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.19 |
| HSL | 219.41º | 0.97% | 0.41% | - |
| HSV(B) | 219.41º | 0.99% | 0.81% | - |
| XYZ | 13.68 | 9.29 | 60.1 | - |
| YUV | 67.35 | 206.81 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 207 | 0.99 | 0.65 | 0 | 0.19 | 219.41 | 0.97 | 0.41 |
| Hex | 3 | 49 | CF | 63 | 41 | 0 | 13 | DB | 61 | 29 |
| Octal | 3 | 111 | 317 | 143 | 101 | 0 | 23 | 333 | 141 | 51 |
| Binary | 11 | 1001001 | 11001111 | 1100011 | 1000001 | 0 | 10011 | 11011011 | 1100001 | 101001 |
Color Harmonies of #0349CF
Complementary color
Monochromatic Colors of #0349CF
Black with #0349CF
Text Example
Text Example
White with #0349CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0349CF; }
p { color: rgb(3,73,207); }
H1.HeaderClassName
{
color: #0349CF;
}
.AnyTagClassName
{
color: #0349CF;
}
</style>
background-color css
<style>
a { background-color: #0349CF; }
a { background-color: rgb(3,73,207); }
div.DivClassName
{
background-color: #0349CF;
}
.BgClassName
{
background-color: #0349CF;
}
</style>
border-color css
<style>
span { border-color: #0349CF; }
span { border-color: rgb(3,73,207); }
td.TdClassName
{
border-color: #0349CF;
}
.TagClassName
{
border-color: #0349CF;
}
</style>