Shades of Navy Blue #0359FB
Tints of Navy Blue #0359FB
RGB
CMYK
RGB Variations
Color information
#0359FB (or 0x0359FB) is known color: Navy Blue. HEX triplet: 03, 59 and FB. RGB value is (3,89,251). Sum of RGB (Red+Green+Blue) = 3+89+251=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #0359FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0359FB is #FCA604. Grayscale: #515151. Windows color (decimal): -16557573 or 16472323. OLE color: 16472323.
HSL color Cylindrical-coordinate representation of color #0359FB: hue angle of 219.19º 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 #0359FB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 89 | 251 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.02 |
| HSL | 219.19º | 0.98% | 0.5% | - |
| HSV(B) | 219.19º | 0.99% | 0.98% | - |
| XYZ | 21.02 | 14.13 | 92.89 | - |
| YUV | 81.75 | 223.51 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 251 | 0.99 | 0.65 | 0 | 0.02 | 219.19 | 0.98 | 0.5 |
| Hex | 3 | 59 | FB | 63 | 41 | 0 | 2 | DB | 62 | 32 |
| Octal | 3 | 131 | 373 | 143 | 101 | 0 | 2 | 333 | 142 | 62 |
| Binary | 11 | 1011001 | 11111011 | 1100011 | 1000001 | 0 | 10 | 11011011 | 1100010 | 110010 |
Color Harmonies of #0359FB
Complementary color
Monochromatic Colors of #0359FB
Black with #0359FB
Text Example
Text Example
White with #0359FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359FB; }
p { color: rgb(3,89,251); }
H1.HeaderClassName
{
color: #0359FB;
}
.AnyTagClassName
{
color: #0359FB;
}
</style>
background-color css
<style>
a { background-color: #0359FB; }
a { background-color: rgb(3,89,251); }
div.DivClassName
{
background-color: #0359FB;
}
.BgClassName
{
background-color: #0359FB;
}
</style>
border-color css
<style>
span { border-color: #0359FB; }
span { border-color: rgb(3,89,251); }
td.TdClassName
{
border-color: #0359FB;
}
.TagClassName
{
border-color: #0359FB;
}
</style>