Shades of Navy Blue #005CFD
Tints of Navy Blue #005CFD
RGB
CMYK
RGB Variations
Color information
#005CFD (or 0x005CFD) is known color: Navy Blue. HEX triplet: 00, 5C and FD. RGB value is (0,92,253). Sum of RGB (Red+Green+Blue) = 0+92+253=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #005CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005CFD is #FFA302. Grayscale: #525252. Windows color (decimal): -16753411 or 16604160. OLE color: 16604160.
HSL color Cylindrical-coordinate representation of color #005CFD: hue angle of 218.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CFD is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 92 | 253 | - |
| CMYK | 1 | 0.64 | 0 | 0.01 |
| HSL | 218.18º | 1% | 0.5% | - |
| HSV(B) | 218.18º | 1% | 0.99% | - |
| XYZ | 21.56 | 14.75 | 94.64 | - |
| YUV | 82.85 | 224.02 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 253 | 1 | 0.64 | 0 | 0.01 | 218.18 | 1 | 0.5 |
| Hex | 0 | 5C | FD | 64 | 40 | 0 | 1 | DA | 64 | 32 |
| Octal | 0 | 134 | 375 | 144 | 100 | 0 | 1 | 332 | 144 | 62 |
| Binary | 0 | 1011100 | 11111101 | 1100100 | 1000000 | 0 | 1 | 11011010 | 1100100 | 110010 |
Color Harmonies of #005CFD
Complementary color
Monochromatic Colors of #005CFD
Black with #005CFD
Text Example
Text Example
White with #005CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CFD; }
p { color: rgb(0,92,253); }
H1.HeaderClassName
{
color: #005CFD;
}
.AnyTagClassName
{
color: #005CFD;
}
</style>
background-color css
<style>
a { background-color: #005CFD; }
a { background-color: rgb(0,92,253); }
div.DivClassName
{
background-color: #005CFD;
}
.BgClassName
{
background-color: #005CFD;
}
</style>
border-color css
<style>
span { border-color: #005CFD; }
span { border-color: rgb(0,92,253); }
td.TdClassName
{
border-color: #005CFD;
}
.TagClassName
{
border-color: #005CFD;
}
</style>