Shades of Navy Blue #005FC1
Tints of Navy Blue #005FC1
RGB
CMYK
RGB Variations
Color information
#005FC1 (or 0x005FC1) is known color: Navy Blue. HEX triplet: 00, 5F and C1. RGB value is (0,95,193). Sum of RGB (Red+Green+Blue) = 0+95+193=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #005FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FC1 is #FFA03E. Grayscale: #4D4D4D. Windows color (decimal): -16752703 or 12672768. OLE color: 12672768.
HSL color Cylindrical-coordinate representation of color #005FC1: hue angle of 210.47º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FC1 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 95 | 193 | - |
| CMYK | 1 | 0.51 | 0 | 0.24 |
| HSL | 210.47º | 1% | 0.38% | - |
| HSV(B) | 210.47º | 1% | 0.76% | - |
| XYZ | 13.72 | 12.03 | 52.05 | - |
| YUV | 77.77 | 193.03 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 193 | 1 | 0.51 | 0 | 0.24 | 210.47 | 1 | 0.38 |
| Hex | 0 | 5F | C1 | 64 | 33 | 0 | 18 | D2 | 64 | 26 |
| Octal | 0 | 137 | 301 | 144 | 63 | 0 | 30 | 322 | 144 | 46 |
| Binary | 0 | 1011111 | 11000001 | 1100100 | 110011 | 0 | 11000 | 11010010 | 1100100 | 100110 |
Color Harmonies of #005FC1
Complementary color
Monochromatic Colors of #005FC1
Black with #005FC1
Text Example
Text Example
White with #005FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FC1; }
p { color: rgb(0,95,193); }
H1.HeaderClassName
{
color: #005FC1;
}
.AnyTagClassName
{
color: #005FC1;
}
</style>
background-color css
<style>
a { background-color: #005FC1; }
a { background-color: rgb(0,95,193); }
div.DivClassName
{
background-color: #005FC1;
}
.BgClassName
{
background-color: #005FC1;
}
</style>
border-color css
<style>
span { border-color: #005FC1; }
span { border-color: rgb(0,95,193); }
td.TdClassName
{
border-color: #005FC1;
}
.TagClassName
{
border-color: #005FC1;
}
</style>