Shades of Navy Blue #0356FA
Tints of Navy Blue #0356FA
RGB
CMYK
RGB Variations
Color information
#0356FA (or 0x0356FA) is known color: Navy Blue. HEX triplet: 03, 56 and FA. RGB value is (3,86,250). Sum of RGB (Red+Green+Blue) = 3+86+250=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #0356FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0356FA is #FCA905. Grayscale: #4F4F4F. Windows color (decimal): -16558342 or 16406019. OLE color: 16406019.
HSL color Cylindrical-coordinate representation of color #0356FA: hue angle of 219.84º 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 #0356FA is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 86 | 250 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.02 |
| HSL | 219.84º | 0.98% | 0.5% | - |
| HSV(B) | 219.84º | 0.99% | 0.98% | - |
| XYZ | 20.62 | 13.58 | 91.98 | - |
| YUV | 79.88 | 224 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 250 | 0.99 | 0.66 | 0 | 0.02 | 219.84 | 0.98 | 0.5 |
| Hex | 3 | 56 | FA | 63 | 42 | 0 | 2 | DC | 62 | 32 |
| Octal | 3 | 126 | 372 | 143 | 102 | 0 | 2 | 334 | 142 | 62 |
| Binary | 11 | 1010110 | 11111010 | 1100011 | 1000010 | 0 | 10 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0356FA
Complementary color
Monochromatic Colors of #0356FA
Black with #0356FA
Text Example
Text Example
White with #0356FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0356FA; }
p { color: rgb(3,86,250); }
H1.HeaderClassName
{
color: #0356FA;
}
.AnyTagClassName
{
color: #0356FA;
}
</style>
background-color css
<style>
a { background-color: #0356FA; }
a { background-color: rgb(3,86,250); }
div.DivClassName
{
background-color: #0356FA;
}
.BgClassName
{
background-color: #0356FA;
}
</style>
border-color css
<style>
span { border-color: #0356FA; }
span { border-color: rgb(3,86,250); }
td.TdClassName
{
border-color: #0356FA;
}
.TagClassName
{
border-color: #0356FA;
}
</style>