Shades of Navy Blue #0355FA
Tints of Navy Blue #0355FA
RGB
CMYK
RGB Variations
Color information
#0355FA (or 0x0355FA) is known color: Navy Blue. HEX triplet: 03, 55 and FA. RGB value is (3,85,250). Sum of RGB (Red+Green+Blue) = 3+85+250=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #0355FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0355FA is #FCAA05. Grayscale: #4E4E4E. Windows color (decimal): -16558598 or 16405763. OLE color: 16405763.
HSL color Cylindrical-coordinate representation of color #0355FA: hue angle of 220.08º 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 #0355FA is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 85 | 250 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.02 |
| HSL | 220.08º | 0.98% | 0.5% | - |
| HSV(B) | 220.08º | 0.99% | 0.98% | - |
| XYZ | 20.54 | 13.42 | 91.95 | - |
| YUV | 79.29 | 224.33 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 250 | 0.99 | 0.66 | 0 | 0.02 | 220.08 | 0.98 | 0.5 |
| Hex | 3 | 55 | FA | 63 | 42 | 0 | 2 | DC | 62 | 32 |
| Octal | 3 | 125 | 372 | 143 | 102 | 0 | 2 | 334 | 142 | 62 |
| Binary | 11 | 1010101 | 11111010 | 1100011 | 1000010 | 0 | 10 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0355FA
Complementary color
Monochromatic Colors of #0355FA
Black with #0355FA
Text Example
Text Example
White with #0355FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0355FA; }
p { color: rgb(3,85,250); }
H1.HeaderClassName
{
color: #0355FA;
}
.AnyTagClassName
{
color: #0355FA;
}
</style>
background-color css
<style>
a { background-color: #0355FA; }
a { background-color: rgb(3,85,250); }
div.DivClassName
{
background-color: #0355FA;
}
.BgClassName
{
background-color: #0355FA;
}
</style>
border-color css
<style>
span { border-color: #0355FA; }
span { border-color: rgb(3,85,250); }
td.TdClassName
{
border-color: #0355FA;
}
.TagClassName
{
border-color: #0355FA;
}
</style>