Shades of Navy Blue #0357FC
Tints of Navy Blue #0357FC
RGB
CMYK
RGB Variations
Color information
#0357FC (or 0x0357FC) is known color: Navy Blue. HEX triplet: 03, 57 and FC. RGB value is (3,87,252). Sum of RGB (Red+Green+Blue) = 3+87+252=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #0357FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0357FC is #FCA803. Grayscale: #4F4F4F. Windows color (decimal): -16558084 or 16537347. OLE color: 16537347.
HSL color Cylindrical-coordinate representation of color #0357FC: hue angle of 219.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0357FC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 87 | 252 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.01 |
| HSL | 219.76º | 0.98% | 0.5% | - |
| HSV(B) | 219.76º | 0.99% | 0.99% | - |
| XYZ | 21.02 | 13.86 | 93.66 | - |
| YUV | 80.69 | 224.67 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 252 | 0.99 | 0.65 | 0 | 0.01 | 219.76 | 0.98 | 0.5 |
| Hex | 3 | 57 | FC | 63 | 41 | 0 | 1 | DC | 62 | 32 |
| Octal | 3 | 127 | 374 | 143 | 101 | 0 | 1 | 334 | 142 | 62 |
| Binary | 11 | 1010111 | 11111100 | 1100011 | 1000001 | 0 | 1 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0357FC
Complementary color
Monochromatic Colors of #0357FC
Black with #0357FC
Text Example
Text Example
White with #0357FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0357FC; }
p { color: rgb(3,87,252); }
H1.HeaderClassName
{
color: #0357FC;
}
.AnyTagClassName
{
color: #0357FC;
}
</style>
background-color css
<style>
a { background-color: #0357FC; }
a { background-color: rgb(3,87,252); }
div.DivClassName
{
background-color: #0357FC;
}
.BgClassName
{
background-color: #0357FC;
}
</style>
border-color css
<style>
span { border-color: #0357FC; }
span { border-color: rgb(3,87,252); }
td.TdClassName
{
border-color: #0357FC;
}
.TagClassName
{
border-color: #0357FC;
}
</style>