Shades of Medium Blue #051CC0
Tints of Medium Blue #051CC0
RGB
CMYK
RGB Variations
Color information
#051CC0 (or 0x051CC0) is known color: Medium Blue. HEX triplet: 05, 1C and C0. RGB value is (5,28,192). Sum of RGB (Red+Green+Blue) = 5+28+192=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 192 (75.39% from 255 or 85.33% from 225); Max value from RGB is 192 - color contains mainly: blue. Hex color #051CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CC0 is #FAE33F. Grayscale: #272727. Windows color (decimal): -16442176 or 12590085. OLE color: 12590085.
HSL color Cylindrical-coordinate representation of color #051CC0: hue angle of 232.62º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051CC0 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 28 | 192 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.25 |
| HSL | 232.62º | 0.95% | 0.39% | - |
| HSV(B) | 232.62º | 0.97% | 0.75% | - |
| XYZ | 9.99 | 4.67 | 50.24 | - |
| YUV | 39.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 192 | 0.97 | 0.85 | 0 | 0.25 | 232.62 | 0.95 | 0.39 |
| Hex | 5 | 1C | C0 | 61 | 55 | 0 | 19 | E9 | 5F | 27 |
| Octal | 5 | 34 | 300 | 141 | 125 | 0 | 31 | 351 | 137 | 47 |
| Binary | 101 | 11100 | 11000000 | 1100001 | 1010101 | 0 | 11001 | 11101001 | 1011111 | 100111 |
Color Harmonies of #051CC0
Complementary color
Monochromatic Colors of #051CC0
Black with #051CC0
Text Example
Text Example
White with #051CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CC0; }
p { color: rgb(5,28,192); }
H1.HeaderClassName
{
color: #051CC0;
}
.AnyTagClassName
{
color: #051CC0;
}
</style>
background-color css
<style>
a { background-color: #051CC0; }
a { background-color: rgb(5,28,192); }
div.DivClassName
{
background-color: #051CC0;
}
.BgClassName
{
background-color: #051CC0;
}
</style>
border-color css
<style>
span { border-color: #051CC0; }
span { border-color: rgb(5,28,192); }
td.TdClassName
{
border-color: #051CC0;
}
.TagClassName
{
border-color: #051CC0;
}
</style>