Shades of Navy Blue #0257FD
Tints of Navy Blue #0257FD
RGB
CMYK
RGB Variations
Color information
#0257FD (or 0x0257FD) is known color: Navy Blue. HEX triplet: 02, 57 and FD. RGB value is (2,87,253). Sum of RGB (Red+Green+Blue) = 2+87+253=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #0257FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0257FD is #FDA802. Grayscale: #4F4F4F. Windows color (decimal): -16623619 or 16602882. OLE color: 16602882.
HSL color Cylindrical-coordinate representation of color #0257FD: hue angle of 219.68º 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 #0257FD is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 87 | 253 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.01 |
| HSL | 219.68º | 0.98% | 0.5% | - |
| HSV(B) | 219.68º | 0.99% | 0.99% | - |
| XYZ | 21.16 | 13.92 | 94.5 | - |
| YUV | 80.51 | 225.34 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 87 | 253 | 0.99 | 0.66 | 0 | 0.01 | 219.68 | 0.98 | 0.5 |
| Hex | 2 | 57 | FD | 63 | 42 | 0 | 1 | DC | 62 | 32 |
| Octal | 2 | 127 | 375 | 143 | 102 | 0 | 1 | 334 | 142 | 62 |
| Binary | 10 | 1010111 | 11111101 | 1100011 | 1000010 | 0 | 1 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0257FD
Complementary color
Monochromatic Colors of #0257FD
Black with #0257FD
Text Example
Text Example
White with #0257FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0257FD; }
p { color: rgb(2,87,253); }
H1.HeaderClassName
{
color: #0257FD;
}
.AnyTagClassName
{
color: #0257FD;
}
</style>
background-color css
<style>
a { background-color: #0257FD; }
a { background-color: rgb(2,87,253); }
div.DivClassName
{
background-color: #0257FD;
}
.BgClassName
{
background-color: #0257FD;
}
</style>
border-color css
<style>
span { border-color: #0257FD; }
span { border-color: rgb(2,87,253); }
td.TdClassName
{
border-color: #0257FD;
}
.TagClassName
{
border-color: #0257FD;
}
</style>