Shades of Navy Blue #057BDC
Tints of Navy Blue #057BDC
RGB
CMYK
RGB Variations
Color information
#057BDC (or 0x057BDC) is known color: Navy Blue. HEX triplet: 05, 7B and DC. RGB value is (5,123,220). Sum of RGB (Red+Green+Blue) = 5+123+220=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #057BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BDC is #FA8423. Grayscale: #626262. Windows color (decimal): -16417828 or 14449413. OLE color: 14449413.
HSL color Cylindrical-coordinate representation of color #057BDC: hue angle of 207.07º 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 #057BDC is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 123 | 220 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.14 |
| HSL | 207.07º | 0.96% | 0.44% | - |
| HSV(B) | 207.07º | 0.98% | 0.86% | - |
| XYZ | 20.06 | 19.37 | 70.39 | - |
| YUV | 98.78 | 196.41 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 220 | 0.98 | 0.44 | 0 | 0.14 | 207.07 | 0.96 | 0.44 |
| Hex | 5 | 7B | DC | 62 | 2C | 0 | E | CF | 60 | 2C |
| Octal | 5 | 173 | 334 | 142 | 54 | 0 | 16 | 317 | 140 | 54 |
| Binary | 101 | 1111011 | 11011100 | 1100010 | 101100 | 0 | 1110 | 11001111 | 1100000 | 101100 |
Color Harmonies of #057BDC
Complementary color
Monochromatic Colors of #057BDC
Black with #057BDC
Text Example
Text Example
White with #057BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BDC; }
p { color: rgb(5,123,220); }
H1.HeaderClassName
{
color: #057BDC;
}
.AnyTagClassName
{
color: #057BDC;
}
</style>
background-color css
<style>
a { background-color: #057BDC; }
a { background-color: rgb(5,123,220); }
div.DivClassName
{
background-color: #057BDC;
}
.BgClassName
{
background-color: #057BDC;
}
</style>
border-color css
<style>
span { border-color: #057BDC; }
span { border-color: rgb(5,123,220); }
td.TdClassName
{
border-color: #057BDC;
}
.TagClassName
{
border-color: #057BDC;
}
</style>