Shades of Medium Blue #051CCC
Tints of Medium Blue #051CCC
RGB
CMYK
RGB Variations
Color information
#051CCC (or 0x051CCC) is known color: Medium Blue. HEX triplet: 05, 1C and CC. RGB value is (5,28,204). Sum of RGB (Red+Green+Blue) = 5+28+204=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 204 (80.08% from 255 or 86.08% from 237); Max value from RGB is 204 - color contains mainly: blue. Hex color #051CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CCC is #FAE333. Grayscale: #282828. Windows color (decimal): -16442164 or 13376517. OLE color: 13376517.
HSL color Cylindrical-coordinate representation of color #051CCC: hue angle of 233.07º 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 #051CCC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 28 | 204 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.2 |
| HSL | 233.07º | 0.95% | 0.41% | - |
| HSV(B) | 233.07º | 0.98% | 0.8% | - |
| XYZ | 11.38 | 5.22 | 57.54 | - |
| YUV | 41.19 | 219.88 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 204 | 0.98 | 0.86 | 0 | 0.2 | 233.07 | 0.95 | 0.41 |
| Hex | 5 | 1C | CC | 62 | 56 | 0 | 14 | E9 | 5F | 29 |
| Octal | 5 | 34 | 314 | 142 | 126 | 0 | 24 | 351 | 137 | 51 |
| Binary | 101 | 11100 | 11001100 | 1100010 | 1010110 | 0 | 10100 | 11101001 | 1011111 | 101001 |
Color Harmonies of #051CCC
Complementary color
Monochromatic Colors of #051CCC
Black with #051CCC
Text Example
Text Example
White with #051CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CCC; }
p { color: rgb(5,28,204); }
H1.HeaderClassName
{
color: #051CCC;
}
.AnyTagClassName
{
color: #051CCC;
}
</style>
background-color css
<style>
a { background-color: #051CCC; }
a { background-color: rgb(5,28,204); }
div.DivClassName
{
background-color: #051CCC;
}
.BgClassName
{
background-color: #051CCC;
}
</style>
border-color css
<style>
span { border-color: #051CCC; }
span { border-color: rgb(5,28,204); }
td.TdClassName
{
border-color: #051CCC;
}
.TagClassName
{
border-color: #051CCC;
}
</style>