Shades of Navy Blue #057BD4
Tints of Navy Blue #057BD4
RGB
CMYK
RGB Variations
Color information
#057BD4 (or 0x057BD4) is known color: Navy Blue. HEX triplet: 05, 7B and D4. RGB value is (5,123,212). Sum of RGB (Red+Green+Blue) = 5+123+212=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 212 (83.20% from 255 or 62.35% from 340); Max value from RGB is 212 - color contains mainly: blue. Hex color #057BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BD4 is #FA842B. Grayscale: #616161. Windows color (decimal): -16417836 or 13925125. OLE color: 13925125.
HSL color Cylindrical-coordinate representation of color #057BD4: hue angle of 205.8º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BD4 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 123 | 212 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.17 |
| HSL | 205.8º | 0.95% | 0.43% | - |
| HSV(B) | 205.8º | 0.98% | 0.83% | - |
| XYZ | 19.03 | 18.95 | 64.94 | - |
| YUV | 97.86 | 192.41 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 212 | 0.98 | 0.42 | 0 | 0.17 | 205.8 | 0.95 | 0.43 |
| Hex | 5 | 7B | D4 | 62 | 2A | 0 | 11 | CE | 5F | 2B |
| Octal | 5 | 173 | 324 | 142 | 52 | 0 | 21 | 316 | 137 | 53 |
| Binary | 101 | 1111011 | 11010100 | 1100010 | 101010 | 0 | 10001 | 11001110 | 1011111 | 101011 |
Color Harmonies of #057BD4
Complementary color
Monochromatic Colors of #057BD4
Black with #057BD4
Text Example
Text Example
White with #057BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BD4; }
p { color: rgb(5,123,212); }
H1.HeaderClassName
{
color: #057BD4;
}
.AnyTagClassName
{
color: #057BD4;
}
</style>
background-color css
<style>
a { background-color: #057BD4; }
a { background-color: rgb(5,123,212); }
div.DivClassName
{
background-color: #057BD4;
}
.BgClassName
{
background-color: #057BD4;
}
</style>
border-color css
<style>
span { border-color: #057BD4; }
span { border-color: rgb(5,123,212); }
td.TdClassName
{
border-color: #057BD4;
}
.TagClassName
{
border-color: #057BD4;
}
</style>