Shades of Navy Blue #0359FA
Tints of Navy Blue #0359FA
RGB
CMYK
RGB Variations
Color information
#0359FA (or 0x0359FA) is known color: Navy Blue. HEX triplet: 03, 59 and FA. RGB value is (3,89,250). Sum of RGB (Red+Green+Blue) = 3+89+250=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #0359FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0359FA is #FCA605. Grayscale: #505050. Windows color (decimal): -16557574 or 16406787. OLE color: 16406787.
HSL color Cylindrical-coordinate representation of color #0359FA: hue angle of 219.11º 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 #0359FA is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 89 | 250 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.02 |
| HSL | 219.11º | 0.98% | 0.5% | - |
| HSV(B) | 219.11º | 0.99% | 0.98% | - |
| XYZ | 20.87 | 14.07 | 92.06 | - |
| YUV | 81.64 | 223.01 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 250 | 0.99 | 0.64 | 0 | 0.02 | 219.11 | 0.98 | 0.5 |
| Hex | 3 | 59 | FA | 63 | 40 | 0 | 2 | DB | 62 | 32 |
| Octal | 3 | 131 | 372 | 143 | 100 | 0 | 2 | 333 | 142 | 62 |
| Binary | 11 | 1011001 | 11111010 | 1100011 | 1000000 | 0 | 10 | 11011011 | 1100010 | 110010 |
Color Harmonies of #0359FA
Complementary color
Monochromatic Colors of #0359FA
Black with #0359FA
Text Example
Text Example
White with #0359FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359FA; }
p { color: rgb(3,89,250); }
H1.HeaderClassName
{
color: #0359FA;
}
.AnyTagClassName
{
color: #0359FA;
}
</style>
background-color css
<style>
a { background-color: #0359FA; }
a { background-color: rgb(3,89,250); }
div.DivClassName
{
background-color: #0359FA;
}
.BgClassName
{
background-color: #0359FA;
}
</style>
border-color css
<style>
span { border-color: #0359FA; }
span { border-color: rgb(3,89,250); }
td.TdClassName
{
border-color: #0359FA;
}
.TagClassName
{
border-color: #0359FA;
}
</style>