Shades of Navy Blue #0350FB
Tints of Navy Blue #0350FB
RGB
CMYK
RGB Variations
Color information
#0350FB (or 0x0350FB) is known color: Navy Blue. HEX triplet: 03, 50 and FB. RGB value is (3,80,251). Sum of RGB (Red+Green+Blue) = 3+80+251=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #0350FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0350FB is #FCAF04. Grayscale: #4B4B4B. Windows color (decimal): -16559877 or 16470019. OLE color: 16470019.
HSL color Cylindrical-coordinate representation of color #0350FB: hue angle of 221.37º 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 #0350FB is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 80 | 251 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.02 |
| HSL | 221.37º | 0.98% | 0.5% | - |
| HSV(B) | 221.37º | 0.99% | 0.98% | - |
| XYZ | 20.32 | 12.72 | 92.65 | - |
| YUV | 76.47 | 226.49 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 251 | 0.99 | 0.68 | 0 | 0.02 | 221.37 | 0.98 | 0.5 |
| Hex | 3 | 50 | FB | 63 | 44 | 0 | 2 | DD | 62 | 32 |
| Octal | 3 | 120 | 373 | 143 | 104 | 0 | 2 | 335 | 142 | 62 |
| Binary | 11 | 1010000 | 11111011 | 1100011 | 1000100 | 0 | 10 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0350FB
Complementary color
Monochromatic Colors of #0350FB
Black with #0350FB
Text Example
Text Example
White with #0350FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350FB; }
p { color: rgb(3,80,251); }
H1.HeaderClassName
{
color: #0350FB;
}
.AnyTagClassName
{
color: #0350FB;
}
</style>
background-color css
<style>
a { background-color: #0350FB; }
a { background-color: rgb(3,80,251); }
div.DivClassName
{
background-color: #0350FB;
}
.BgClassName
{
background-color: #0350FB;
}
</style>
border-color css
<style>
span { border-color: #0350FB; }
span { border-color: rgb(3,80,251); }
td.TdClassName
{
border-color: #0350FB;
}
.TagClassName
{
border-color: #0350FB;
}
</style>