Shades of Navy Blue #0357FD
Tints of Navy Blue #0357FD
RGB
CMYK
RGB Variations
Color information
#0357FD (or 0x0357FD) is known color: Navy Blue. HEX triplet: 03, 57 and FD. RGB value is (3,87,253). Sum of RGB (Red+Green+Blue) = 3+87+253=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #0357FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0357FD is #FCA802. Grayscale: #505050. Windows color (decimal): -16558083 or 16602883. OLE color: 16602883.
HSL color Cylindrical-coordinate representation of color #0357FD: hue angle of 219.84º 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 #0357FD is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 87 | 253 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.01 |
| HSL | 219.84º | 0.98% | 0.5% | - |
| HSV(B) | 219.84º | 0.99% | 0.99% | - |
| XYZ | 21.18 | 13.93 | 94.5 | - |
| YUV | 80.81 | 225.17 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 253 | 0.99 | 0.66 | 0 | 0.01 | 219.84 | 0.98 | 0.5 |
| Hex | 3 | 57 | FD | 63 | 42 | 0 | 1 | DC | 62 | 32 |
| Octal | 3 | 127 | 375 | 143 | 102 | 0 | 1 | 334 | 142 | 62 |
| Binary | 11 | 1010111 | 11111101 | 1100011 | 1000010 | 0 | 1 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0357FD
Complementary color
Monochromatic Colors of #0357FD
Black with #0357FD
Text Example
Text Example
White with #0357FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0357FD; }
p { color: rgb(3,87,253); }
H1.HeaderClassName
{
color: #0357FD;
}
.AnyTagClassName
{
color: #0357FD;
}
</style>
background-color css
<style>
a { background-color: #0357FD; }
a { background-color: rgb(3,87,253); }
div.DivClassName
{
background-color: #0357FD;
}
.BgClassName
{
background-color: #0357FD;
}
</style>
border-color css
<style>
span { border-color: #0357FD; }
span { border-color: rgb(3,87,253); }
td.TdClassName
{
border-color: #0357FD;
}
.TagClassName
{
border-color: #0357FD;
}
</style>