Shades of Navy Blue #057FDB
Tints of Navy Blue #057FDB
RGB
CMYK
RGB Variations
Color information
#057FDB (or 0x057FDB) is known color: Navy Blue. HEX triplet: 05, 7F and DB. RGB value is (5,127,219). Sum of RGB (Red+Green+Blue) = 5+127+219=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #057FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FDB is #FA8024. Grayscale: #646464. Windows color (decimal): -16416805 or 14384901. OLE color: 14384901.
HSL color Cylindrical-coordinate representation of color #057FDB: hue angle of 205.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057FDB is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 127 | 219 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.14 |
| HSL | 205.79º | 0.96% | 0.44% | - |
| HSV(B) | 205.79º | 0.98% | 0.86% | - |
| XYZ | 20.44 | 20.33 | 69.86 | - |
| YUV | 101.01 | 194.58 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 219 | 0.98 | 0.42 | 0 | 0.14 | 205.79 | 0.96 | 0.44 |
| Hex | 5 | 7F | DB | 62 | 2A | 0 | E | CE | 60 | 2C |
| Octal | 5 | 177 | 333 | 142 | 52 | 0 | 16 | 316 | 140 | 54 |
| Binary | 101 | 1111111 | 11011011 | 1100010 | 101010 | 0 | 1110 | 11001110 | 1100000 | 101100 |
Color Harmonies of #057FDB
Complementary color
Monochromatic Colors of #057FDB
Black with #057FDB
Text Example
Text Example
White with #057FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FDB; }
p { color: rgb(5,127,219); }
H1.HeaderClassName
{
color: #057FDB;
}
.AnyTagClassName
{
color: #057FDB;
}
</style>
background-color css
<style>
a { background-color: #057FDB; }
a { background-color: rgb(5,127,219); }
div.DivClassName
{
background-color: #057FDB;
}
.BgClassName
{
background-color: #057FDB;
}
</style>
border-color css
<style>
span { border-color: #057FDB; }
span { border-color: rgb(5,127,219); }
td.TdClassName
{
border-color: #057FDB;
}
.TagClassName
{
border-color: #057FDB;
}
</style>