Shades of Navy Blue #057BCB
Tints of Navy Blue #057BCB
RGB
CMYK
RGB Variations
Color information
#057BCB (or 0x057BCB) is known color: Navy Blue. HEX triplet: 05, 7B and CB. RGB value is (5,123,203). Sum of RGB (Red+Green+Blue) = 5+123+203=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #057BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BCB is #FA8434. Grayscale: #606060. Windows color (decimal): -16417845 or 13335301. OLE color: 13335301.
HSL color Cylindrical-coordinate representation of color #057BCB: hue angle of 204.24º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BCB is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 123 | 203 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.20 |
| HSL | 204.24º | 0.95% | 0.41% | - |
| HSV(B) | 204.24º | 0.98% | 0.8% | - |
| XYZ | 17.93 | 18.51 | 59.13 | - |
| YUV | 96.84 | 187.91 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 203 | 0.98 | 0.39 | 0 | 0.20 | 204.24 | 0.95 | 0.41 |
| Hex | 5 | 7B | CB | 62 | 27 | 0 | 14 | CC | 5F | 29 |
| Octal | 5 | 173 | 313 | 142 | 47 | 0 | 24 | 314 | 137 | 51 |
| Binary | 101 | 1111011 | 11001011 | 1100010 | 100111 | 0 | 10100 | 11001100 | 1011111 | 101001 |
Color Harmonies of #057BCB
Complementary color
Monochromatic Colors of #057BCB
Black with #057BCB
Text Example
Text Example
White with #057BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BCB; }
p { color: rgb(5,123,203); }
H1.HeaderClassName
{
color: #057BCB;
}
.AnyTagClassName
{
color: #057BCB;
}
</style>
background-color css
<style>
a { background-color: #057BCB; }
a { background-color: rgb(5,123,203); }
div.DivClassName
{
background-color: #057BCB;
}
.BgClassName
{
background-color: #057BCB;
}
</style>
border-color css
<style>
span { border-color: #057BCB; }
span { border-color: rgb(5,123,203); }
td.TdClassName
{
border-color: #057BCB;
}
.TagClassName
{
border-color: #057BCB;
}
</style>