Shades of Medium Blue #051FC9
Tints of Medium Blue #051FC9
RGB
CMYK
RGB Variations
Color information
#051FC9 (or 0x051FC9) is known color: Medium Blue. HEX triplet: 05, 1F and C9. RGB value is (5,31,201). Sum of RGB (Red+Green+Blue) = 5+31+201=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 201 (78.91% from 255 or 84.81% from 237); Max value from RGB is 201 - color contains mainly: blue. Hex color #051FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FC9 is #FAE036. Grayscale: #292929. Windows color (decimal): -16441399 or 13180677. OLE color: 13180677.
HSL color Cylindrical-coordinate representation of color #051FC9: hue angle of 232.04º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FC9 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 31 | 201 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.21 |
| HSL | 232.04º | 0.95% | 0.4% | - |
| HSV(B) | 232.04º | 0.98% | 0.79% | - |
| XYZ | 11.1 | 5.23 | 55.68 | - |
| YUV | 42.61 | 217.39 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 201 | 0.98 | 0.85 | 0 | 0.21 | 232.04 | 0.95 | 0.4 |
| Hex | 5 | 1F | C9 | 62 | 55 | 0 | 15 | E8 | 5F | 28 |
| Octal | 5 | 37 | 311 | 142 | 125 | 0 | 25 | 350 | 137 | 50 |
| Binary | 101 | 11111 | 11001001 | 1100010 | 1010101 | 0 | 10101 | 11101000 | 1011111 | 101000 |
Color Harmonies of #051FC9
Complementary color
Monochromatic Colors of #051FC9
Black with #051FC9
Text Example
Text Example
White with #051FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FC9; }
p { color: rgb(5,31,201); }
H1.HeaderClassName
{
color: #051FC9;
}
.AnyTagClassName
{
color: #051FC9;
}
</style>
background-color css
<style>
a { background-color: #051FC9; }
a { background-color: rgb(5,31,201); }
div.DivClassName
{
background-color: #051FC9;
}
.BgClassName
{
background-color: #051FC9;
}
</style>
border-color css
<style>
span { border-color: #051FC9; }
span { border-color: rgb(5,31,201); }
td.TdClassName
{
border-color: #051FC9;
}
.TagClassName
{
border-color: #051FC9;
}
</style>