Shades of Navy Blue #005CEC
Tints of Navy Blue #005CEC
RGB
CMYK
RGB Variations
Color information
#005CEC (or 0x005CEC) is known color: Navy Blue. HEX triplet: 00, 5C and EC. RGB value is (0,92,236). Sum of RGB (Red+Green+Blue) = 0+92+236=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #005CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005CEC is #FFA313. Grayscale: #505050. Windows color (decimal): -16753428 or 15490048. OLE color: 15490048.
HSL color Cylindrical-coordinate representation of color #005CEC: hue angle of 216.61º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CEC is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 92 | 236 | - |
| CMYK | 1 | 0.61 | 0 | 0.07 |
| HSL | 216.61º | 1% | 0.46% | - |
| HSV(B) | 216.61º | 1% | 0.93% | - |
| XYZ | 18.97 | 13.71 | 81 | - |
| YUV | 80.91 | 215.52 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 236 | 1 | 0.61 | 0 | 0.07 | 216.61 | 1 | 0.46 |
| Hex | 0 | 5C | EC | 64 | 3D | 0 | 7 | D9 | 64 | 2E |
| Octal | 0 | 134 | 354 | 144 | 75 | 0 | 7 | 331 | 144 | 56 |
| Binary | 0 | 1011100 | 11101100 | 1100100 | 111101 | 0 | 111 | 11011001 | 1100100 | 101110 |
Color Harmonies of #005CEC
Complementary color
Monochromatic Colors of #005CEC
Black with #005CEC
Text Example
Text Example
White with #005CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CEC; }
p { color: rgb(0,92,236); }
H1.HeaderClassName
{
color: #005CEC;
}
.AnyTagClassName
{
color: #005CEC;
}
</style>
background-color css
<style>
a { background-color: #005CEC; }
a { background-color: rgb(0,92,236); }
div.DivClassName
{
background-color: #005CEC;
}
.BgClassName
{
background-color: #005CEC;
}
</style>
border-color css
<style>
span { border-color: #005CEC; }
span { border-color: rgb(0,92,236); }
td.TdClassName
{
border-color: #005CEC;
}
.TagClassName
{
border-color: #005CEC;
}
</style>