Shades of Navy Blue #005CF3
Tints of Navy Blue #005CF3
RGB
CMYK
RGB Variations
Color information
#005CF3 (or 0x005CF3) is known color: Navy Blue. HEX triplet: 00, 5C and F3. RGB value is (0,92,243). Sum of RGB (Red+Green+Blue) = 0+92+243=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 243 (95.31% from 255 or 72.54% from 335); Max value from RGB is 243 - color contains mainly: blue. Hex color #005CF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005CF3 is #FFA30C. Grayscale: #515151. Windows color (decimal): -16753421 or 15948800. OLE color: 15948800.
HSL color Cylindrical-coordinate representation of color #005CF3: hue angle of 217.28º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CF3 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 92 | 243 | - |
| CMYK | 1 | 0.62 | 0 | 0.05 |
| HSL | 217.28º | 1% | 0.48% | - |
| HSV(B) | 217.28º | 1% | 0.95% | - |
| XYZ | 20 | 14.13 | 86.47 | - |
| YUV | 81.71 | 219.02 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 243 | 1 | 0.62 | 0 | 0.05 | 217.28 | 1 | 0.48 |
| Hex | 0 | 5C | F3 | 64 | 3E | 0 | 5 | D9 | 64 | 30 |
| Octal | 0 | 134 | 363 | 144 | 76 | 0 | 5 | 331 | 144 | 60 |
| Binary | 0 | 1011100 | 11110011 | 1100100 | 111110 | 0 | 101 | 11011001 | 1100100 | 110000 |
Color Harmonies of #005CF3
Complementary color
Monochromatic Colors of #005CF3
Black with #005CF3
Text Example
Text Example
White with #005CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CF3; }
p { color: rgb(0,92,243); }
H1.HeaderClassName
{
color: #005CF3;
}
.AnyTagClassName
{
color: #005CF3;
}
</style>
background-color css
<style>
a { background-color: #005CF3; }
a { background-color: rgb(0,92,243); }
div.DivClassName
{
background-color: #005CF3;
}
.BgClassName
{
background-color: #005CF3;
}
</style>
border-color css
<style>
span { border-color: #005CF3; }
span { border-color: rgb(0,92,243); }
td.TdClassName
{
border-color: #005CF3;
}
.TagClassName
{
border-color: #005CF3;
}
</style>