Shades of Navy Blue #005CED
Tints of Navy Blue #005CED
RGB
CMYK
RGB Variations
Color information
#005CED (or 0x005CED) is known color: Navy Blue. HEX triplet: 00, 5C and ED. RGB value is (0,92,237). Sum of RGB (Red+Green+Blue) = 0+92+237=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #005CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005CED is #FFA312. Grayscale: #505050. Windows color (decimal): -16753427 or 15555584. OLE color: 15555584.
HSL color Cylindrical-coordinate representation of color #005CED: hue angle of 216.71º 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 #005CED is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 92 | 237 | - |
| CMYK | 1 | 0.61 | 0 | 0.07 |
| HSL | 216.71º | 1% | 0.46% | - |
| HSV(B) | 216.71º | 1% | 0.93% | - |
| XYZ | 19.11 | 13.77 | 81.77 | - |
| YUV | 81.02 | 216.02 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 237 | 1 | 0.61 | 0 | 0.07 | 216.71 | 1 | 0.46 |
| Hex | 0 | 5C | ED | 64 | 3D | 0 | 7 | D9 | 64 | 2E |
| Octal | 0 | 134 | 355 | 144 | 75 | 0 | 7 | 331 | 144 | 56 |
| Binary | 0 | 1011100 | 11101101 | 1100100 | 111101 | 0 | 111 | 11011001 | 1100100 | 101110 |
Color Harmonies of #005CED
Complementary color
Monochromatic Colors of #005CED
Black with #005CED
Text Example
Text Example
White with #005CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CED; }
p { color: rgb(0,92,237); }
H1.HeaderClassName
{
color: #005CED;
}
.AnyTagClassName
{
color: #005CED;
}
</style>
background-color css
<style>
a { background-color: #005CED; }
a { background-color: rgb(0,92,237); }
div.DivClassName
{
background-color: #005CED;
}
.BgClassName
{
background-color: #005CED;
}
</style>
border-color css
<style>
span { border-color: #005CED; }
span { border-color: rgb(0,92,237); }
td.TdClassName
{
border-color: #005CED;
}
.TagClassName
{
border-color: #005CED;
}
</style>