Shades of Navy Blue #0350F9
Tints of Navy Blue #0350F9
RGB
CMYK
RGB Variations
Color information
#0350F9 (or 0x0350F9) is known color: Navy Blue. HEX triplet: 03, 50 and F9. RGB value is (3,80,249). Sum of RGB (Red+Green+Blue) = 3+80+249=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 249 (97.66% from 255 or 75% from 332); Max value from RGB is 249 - color contains mainly: blue. Hex color #0350F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0350F9 is #FCAF06. Grayscale: #4B4B4B. Windows color (decimal): -16559879 or 16338947. OLE color: 16338947.
HSL color Cylindrical-coordinate representation of color #0350F9: hue angle of 221.22º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0350F9 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 80 | 249 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.02 |
| HSL | 221.22º | 0.98% | 0.49% | - |
| HSV(B) | 221.22º | 0.99% | 0.98% | - |
| XYZ | 20.01 | 12.6 | 91 | - |
| YUV | 76.24 | 225.49 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 249 | 0.99 | 0.68 | 0 | 0.02 | 221.22 | 0.98 | 0.49 |
| Hex | 3 | 50 | F9 | 63 | 44 | 0 | 2 | DD | 62 | 31 |
| Octal | 3 | 120 | 371 | 143 | 104 | 0 | 2 | 335 | 142 | 61 |
| Binary | 11 | 1010000 | 11111001 | 1100011 | 1000100 | 0 | 10 | 11011101 | 1100010 | 110001 |
Color Harmonies of #0350F9
Complementary color
Monochromatic Colors of #0350F9
Black with #0350F9
Text Example
Text Example
White with #0350F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350F9; }
p { color: rgb(3,80,249); }
H1.HeaderClassName
{
color: #0350F9;
}
.AnyTagClassName
{
color: #0350F9;
}
</style>
background-color css
<style>
a { background-color: #0350F9; }
a { background-color: rgb(3,80,249); }
div.DivClassName
{
background-color: #0350F9;
}
.BgClassName
{
background-color: #0350F9;
}
</style>
border-color css
<style>
span { border-color: #0350F9; }
span { border-color: rgb(3,80,249); }
td.TdClassName
{
border-color: #0350F9;
}
.TagClassName
{
border-color: #0350F9;
}
</style>