Shades of Navy Blue #0357C1
Tints of Navy Blue #0357C1
RGB
CMYK
RGB Variations
Color information
#0357C1 (or 0x0357C1) is known color: Navy Blue. HEX triplet: 03, 57 and C1. RGB value is (3,87,193). Sum of RGB (Red+Green+Blue) = 3+87+193=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #0357C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0357C1 is #FCA83E. Grayscale: #494949. Windows color (decimal): -16558143 or 12670723. OLE color: 12670723.
HSL color Cylindrical-coordinate representation of color #0357C1: hue angle of 213.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0357C1 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 87 | 193 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.24 |
| HSL | 213.47º | 0.97% | 0.38% | - |
| HSV(B) | 213.47º | 0.98% | 0.76% | - |
| XYZ | 13.07 | 10.69 | 51.83 | - |
| YUV | 73.97 | 195.17 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 193 | 0.98 | 0.55 | 0 | 0.24 | 213.47 | 0.97 | 0.38 |
| Hex | 3 | 57 | C1 | 62 | 37 | 0 | 18 | D5 | 61 | 26 |
| Octal | 3 | 127 | 301 | 142 | 67 | 0 | 30 | 325 | 141 | 46 |
| Binary | 11 | 1010111 | 11000001 | 1100010 | 110111 | 0 | 11000 | 11010101 | 1100001 | 100110 |
Color Harmonies of #0357C1
Complementary color
Monochromatic Colors of #0357C1
Black with #0357C1
Text Example
Text Example
White with #0357C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0357C1; }
p { color: rgb(3,87,193); }
H1.HeaderClassName
{
color: #0357C1;
}
.AnyTagClassName
{
color: #0357C1;
}
</style>
background-color css
<style>
a { background-color: #0357C1; }
a { background-color: rgb(3,87,193); }
div.DivClassName
{
background-color: #0357C1;
}
.BgClassName
{
background-color: #0357C1;
}
</style>
border-color css
<style>
span { border-color: #0357C1; }
span { border-color: rgb(3,87,193); }
td.TdClassName
{
border-color: #0357C1;
}
.TagClassName
{
border-color: #0357C1;
}
</style>