Shades of Navy Blue #0359F9
Tints of Navy Blue #0359F9
RGB
CMYK
RGB Variations
Color information
#0359F9 (or 0x0359F9) is known color: Navy Blue. HEX triplet: 03, 59 and F9. RGB value is (3,89,249). Sum of RGB (Red+Green+Blue) = 3+89+249=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 249 (97.66% from 255 or 73.02% from 341); Max value from RGB is 249 - color contains mainly: blue. Hex color #0359F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0359F9 is #FCA606. Grayscale: #505050. Windows color (decimal): -16557575 or 16341251. OLE color: 16341251.
HSL color Cylindrical-coordinate representation of color #0359F9: hue angle of 219.02º 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 #0359F9 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 89 | 249 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.02 |
| HSL | 219.02º | 0.98% | 0.49% | - |
| HSV(B) | 219.02º | 0.99% | 0.98% | - |
| XYZ | 20.71 | 14 | 91.23 | - |
| YUV | 81.53 | 222.51 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 249 | 0.99 | 0.64 | 0 | 0.02 | 219.02 | 0.98 | 0.49 |
| Hex | 3 | 59 | F9 | 63 | 40 | 0 | 2 | DB | 62 | 31 |
| Octal | 3 | 131 | 371 | 143 | 100 | 0 | 2 | 333 | 142 | 61 |
| Binary | 11 | 1011001 | 11111001 | 1100011 | 1000000 | 0 | 10 | 11011011 | 1100010 | 110001 |
Color Harmonies of #0359F9
Complementary color
Monochromatic Colors of #0359F9
Black with #0359F9
Text Example
Text Example
White with #0359F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359F9; }
p { color: rgb(3,89,249); }
H1.HeaderClassName
{
color: #0359F9;
}
.AnyTagClassName
{
color: #0359F9;
}
</style>
background-color css
<style>
a { background-color: #0359F9; }
a { background-color: rgb(3,89,249); }
div.DivClassName
{
background-color: #0359F9;
}
.BgClassName
{
background-color: #0359F9;
}
</style>
border-color css
<style>
span { border-color: #0359F9; }
span { border-color: rgb(3,89,249); }
td.TdClassName
{
border-color: #0359F9;
}
.TagClassName
{
border-color: #0359F9;
}
</style>