Shades of Navy Blue #0257C1
Tints of Navy Blue #0257C1
RGB
CMYK
RGB Variations
Color information
#0257C1 (or 0x0257C1) is known color: Navy Blue. HEX triplet: 02, 57 and C1. RGB value is (2,87,193). Sum of RGB (Red+Green+Blue) = 2+87+193=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 193 (75.78% from 255 or 68.44% from 282); Max value from RGB is 193 - color contains mainly: blue. Hex color #0257C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0257C1 is #FDA83E. Grayscale: #494949. Windows color (decimal): -16623679 or 12670722. OLE color: 12670722.
HSL color Cylindrical-coordinate representation of color #0257C1: hue angle of 213.3º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257C1 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 87 | 193 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.24 |
| HSL | 213.3º | 0.98% | 0.38% | - |
| HSV(B) | 213.3º | 0.99% | 0.76% | - |
| XYZ | 13.06 | 10.68 | 51.83 | - |
| YUV | 73.67 | 195.34 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 87 | 193 | 0.99 | 0.55 | 0 | 0.24 | 213.3 | 0.98 | 0.38 |
| Hex | 2 | 57 | C1 | 63 | 37 | 0 | 18 | D5 | 62 | 26 |
| Octal | 2 | 127 | 301 | 143 | 67 | 0 | 30 | 325 | 142 | 46 |
| Binary | 10 | 1010111 | 11000001 | 1100011 | 110111 | 0 | 11000 | 11010101 | 1100010 | 100110 |
Color Harmonies of #0257C1
Complementary color
Monochromatic Colors of #0257C1
Black with #0257C1
Text Example
Text Example
White with #0257C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0257C1; }
p { color: rgb(2,87,193); }
H1.HeaderClassName
{
color: #0257C1;
}
.AnyTagClassName
{
color: #0257C1;
}
</style>
background-color css
<style>
a { background-color: #0257C1; }
a { background-color: rgb(2,87,193); }
div.DivClassName
{
background-color: #0257C1;
}
.BgClassName
{
background-color: #0257C1;
}
</style>
border-color css
<style>
span { border-color: #0257C1; }
span { border-color: rgb(2,87,193); }
td.TdClassName
{
border-color: #0257C1;
}
.TagClassName
{
border-color: #0257C1;
}
</style>