Shades of Navy Blue #005CC1
Tints of Navy Blue #005CC1
RGB
CMYK
RGB Variations
Color information
#005CC1 (or 0x005CC1) is known color: Navy Blue. HEX triplet: 00, 5C and C1. RGB value is (0,92,193). Sum of RGB (Red+Green+Blue) = 0+92+193=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #005CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CC1 is #FFA33E. Grayscale: #4B4B4B. Windows color (decimal): -16753471 or 12672000. OLE color: 12672000.
HSL color Cylindrical-coordinate representation of color #005CC1: hue angle of 211.4º 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 #005CC1 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 92 | 193 | - |
| CMYK | 1 | 0.52 | 0 | 0.24 |
| HSL | 211.4º | 1% | 0.38% | - |
| HSV(B) | 211.4º | 1% | 0.76% | - |
| XYZ | 13.45 | 11.5 | 51.96 | - |
| YUV | 76.01 | 194.02 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 193 | 1 | 0.52 | 0 | 0.24 | 211.4 | 1 | 0.38 |
| Hex | 0 | 5C | C1 | 64 | 34 | 0 | 18 | D3 | 64 | 26 |
| Octal | 0 | 134 | 301 | 144 | 64 | 0 | 30 | 323 | 144 | 46 |
| Binary | 0 | 1011100 | 11000001 | 1100100 | 110100 | 0 | 11000 | 11010011 | 1100100 | 100110 |
Color Harmonies of #005CC1
Complementary color
Monochromatic Colors of #005CC1
Black with #005CC1
Text Example
Text Example
White with #005CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CC1; }
p { color: rgb(0,92,193); }
H1.HeaderClassName
{
color: #005CC1;
}
.AnyTagClassName
{
color: #005CC1;
}
</style>
background-color css
<style>
a { background-color: #005CC1; }
a { background-color: rgb(0,92,193); }
div.DivClassName
{
background-color: #005CC1;
}
.BgClassName
{
background-color: #005CC1;
}
</style>
border-color css
<style>
span { border-color: #005CC1; }
span { border-color: rgb(0,92,193); }
td.TdClassName
{
border-color: #005CC1;
}
.TagClassName
{
border-color: #005CC1;
}
</style>