Shades of Navy Blue #005CFE
Tints of Navy Blue #005CFE
RGB
CMYK
RGB Variations
Color information
#005CFE (or 0x005CFE) is known color: Navy Blue. HEX triplet: 00, 5C and FE. RGB value is (0,92,254). Sum of RGB (Red+Green+Blue) = 0+92+254=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #005CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005CFE is #FFA301. Grayscale: #525252. Windows color (decimal): -16753410 or 16669696. OLE color: 16669696.
HSL color Cylindrical-coordinate representation of color #005CFE: hue angle of 218.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CFE is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 92 | 254 | - |
| CMYK | 1 | 0.64 | 0 | 0.00 |
| HSL | 218.27º | 1% | 0.5% | - |
| HSV(B) | 218.27º | 1% | 1% | - |
| XYZ | 21.72 | 14.81 | 95.48 | - |
| YUV | 82.96 | 224.52 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 254 | 1 | 0.64 | 0 | 0.00 | 218.27 | 1 | 0.5 |
| Hex | 0 | 5C | FE | 64 | 40 | 0 | 0 | DA | 64 | 32 |
| Octal | 0 | 134 | 376 | 144 | 100 | 0 | 0 | 332 | 144 | 62 |
| Binary | 0 | 1011100 | 11111110 | 1100100 | 1000000 | 0 | 0 | 11011010 | 1100100 | 110010 |
Color Harmonies of #005CFE
Complementary color
Monochromatic Colors of #005CFE
Black with #005CFE
Text Example
Text Example
White with #005CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CFE; }
p { color: rgb(0,92,254); }
H1.HeaderClassName
{
color: #005CFE;
}
.AnyTagClassName
{
color: #005CFE;
}
</style>
background-color css
<style>
a { background-color: #005CFE; }
a { background-color: rgb(0,92,254); }
div.DivClassName
{
background-color: #005CFE;
}
.BgClassName
{
background-color: #005CFE;
}
</style>
border-color css
<style>
span { border-color: #005CFE; }
span { border-color: rgb(0,92,254); }
td.TdClassName
{
border-color: #005CFE;
}
.TagClassName
{
border-color: #005CFE;
}
</style>