Shades of Navy Blue #005CDB
Tints of Navy Blue #005CDB
RGB
CMYK
RGB Variations
Color information
#005CDB (or 0x005CDB) is known color: Navy Blue. HEX triplet: 00, 5C and DB. RGB value is (0,92,219). Sum of RGB (Red+Green+Blue) = 0+92+219=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #005CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CDB is #FFA324. Grayscale: #4E4E4E. Windows color (decimal): -16753445 or 14375936. OLE color: 14375936.
HSL color Cylindrical-coordinate representation of color #005CDB: hue angle of 214.79º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CDB is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 92 | 219 | - |
| CMYK | 1 | 0.58 | 0 | 0.14 |
| HSL | 214.79º | 1% | 0.43% | - |
| HSV(B) | 214.79º | 1% | 0.86% | - |
| XYZ | 16.61 | 12.77 | 68.61 | - |
| YUV | 78.97 | 207.02 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 219 | 1 | 0.58 | 0 | 0.14 | 214.79 | 1 | 0.43 |
| Hex | 0 | 5C | DB | 64 | 3A | 0 | E | D7 | 64 | 2B |
| Octal | 0 | 134 | 333 | 144 | 72 | 0 | 16 | 327 | 144 | 53 |
| Binary | 0 | 1011100 | 11011011 | 1100100 | 111010 | 0 | 1110 | 11010111 | 1100100 | 101011 |
Color Harmonies of #005CDB
Complementary color
Monochromatic Colors of #005CDB
Black with #005CDB
Text Example
Text Example
White with #005CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CDB; }
p { color: rgb(0,92,219); }
H1.HeaderClassName
{
color: #005CDB;
}
.AnyTagClassName
{
color: #005CDB;
}
</style>
background-color css
<style>
a { background-color: #005CDB; }
a { background-color: rgb(0,92,219); }
div.DivClassName
{
background-color: #005CDB;
}
.BgClassName
{
background-color: #005CDB;
}
</style>
border-color css
<style>
span { border-color: #005CDB; }
span { border-color: rgb(0,92,219); }
td.TdClassName
{
border-color: #005CDB;
}
.TagClassName
{
border-color: #005CDB;
}
</style>