Shades of Medium Blue #051CC4
Tints of Medium Blue #051CC4
RGB
CMYK
RGB Variations
Color information
#051CC4 (or 0x051CC4) is known color: Medium Blue. HEX triplet: 05, 1C and C4. RGB value is (5,28,196). Sum of RGB (Red+Green+Blue) = 5+28+196=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 196 (76.95% from 255 or 85.59% from 229); Max value from RGB is 196 - color contains mainly: blue. Hex color #051CC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CC4 is #FAE33B. Grayscale: #272727. Windows color (decimal): -16442172 or 12852229. OLE color: 12852229.
HSL color Cylindrical-coordinate representation of color #051CC4: hue angle of 232.77º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051CC4 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 28 | 196 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.23 |
| HSL | 232.77º | 0.95% | 0.39% | - |
| HSV(B) | 232.77º | 0.97% | 0.77% | - |
| XYZ | 10.44 | 4.85 | 52.61 | - |
| YUV | 40.28 | 215.88 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 196 | 0.97 | 0.86 | 0 | 0.23 | 232.77 | 0.95 | 0.39 |
| Hex | 5 | 1C | C4 | 61 | 56 | 0 | 17 | E9 | 5F | 27 |
| Octal | 5 | 34 | 304 | 141 | 126 | 0 | 27 | 351 | 137 | 47 |
| Binary | 101 | 11100 | 11000100 | 1100001 | 1010110 | 0 | 10111 | 11101001 | 1011111 | 100111 |
Color Harmonies of #051CC4
Complementary color
Monochromatic Colors of #051CC4
Black with #051CC4
Text Example
Text Example
White with #051CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CC4; }
p { color: rgb(5,28,196); }
H1.HeaderClassName
{
color: #051CC4;
}
.AnyTagClassName
{
color: #051CC4;
}
</style>
background-color css
<style>
a { background-color: #051CC4; }
a { background-color: rgb(5,28,196); }
div.DivClassName
{
background-color: #051CC4;
}
.BgClassName
{
background-color: #051CC4;
}
</style>
border-color css
<style>
span { border-color: #051CC4; }
span { border-color: rgb(5,28,196); }
td.TdClassName
{
border-color: #051CC4;
}
.TagClassName
{
border-color: #051CC4;
}
</style>