Shades of Navy Blue #005CCA
Tints of Navy Blue #005CCA
RGB
CMYK
RGB Variations
Color information
#005CCA (or 0x005CCA) is known color: Navy Blue. HEX triplet: 00, 5C and CA. RGB value is (0,92,202). Sum of RGB (Red+Green+Blue) = 0+92+202=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #005CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CCA is #FFA335. Grayscale: #4C4C4C. Windows color (decimal): -16753462 or 13261824. OLE color: 13261824.
HSL color Cylindrical-coordinate representation of color #005CCA: hue angle of 212.67º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CCA is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 92 | 202 | - |
| CMYK | 1 | 0.54 | 0 | 0.21 |
| HSL | 212.67º | 1% | 0.4% | - |
| HSV(B) | 212.67º | 1% | 0.79% | - |
| XYZ | 14.49 | 11.92 | 57.41 | - |
| YUV | 77.03 | 198.52 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 202 | 1 | 0.54 | 0 | 0.21 | 212.67 | 1 | 0.4 |
| Hex | 0 | 5C | CA | 64 | 36 | 0 | 15 | D5 | 64 | 28 |
| Octal | 0 | 134 | 312 | 144 | 66 | 0 | 25 | 325 | 144 | 50 |
| Binary | 0 | 1011100 | 11001010 | 1100100 | 110110 | 0 | 10101 | 11010101 | 1100100 | 101000 |
Color Harmonies of #005CCA
Complementary color
Monochromatic Colors of #005CCA
Black with #005CCA
Text Example
Text Example
White with #005CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CCA; }
p { color: rgb(0,92,202); }
H1.HeaderClassName
{
color: #005CCA;
}
.AnyTagClassName
{
color: #005CCA;
}
</style>
background-color css
<style>
a { background-color: #005CCA; }
a { background-color: rgb(0,92,202); }
div.DivClassName
{
background-color: #005CCA;
}
.BgClassName
{
background-color: #005CCA;
}
</style>
border-color css
<style>
span { border-color: #005CCA; }
span { border-color: rgb(0,92,202); }
td.TdClassName
{
border-color: #005CCA;
}
.TagClassName
{
border-color: #005CCA;
}
</style>