Shades of Medium Blue #051FCB
Tints of Medium Blue #051FCB
RGB
CMYK
RGB Variations
Color information
#051FCB (or 0x051FCB) is known color: Medium Blue. HEX triplet: 05, 1F and CB. RGB value is (5,31,203). Sum of RGB (Red+Green+Blue) = 5+31+203=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 203 (79.69% from 255 or 84.94% from 239); Max value from RGB is 203 - color contains mainly: blue. Hex color #051FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FCB is #FAE034. Grayscale: #2A2A2A. Windows color (decimal): -16441397 or 13311749. OLE color: 13311749.
HSL color Cylindrical-coordinate representation of color #051FCB: hue angle of 232.12º 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 #051FCB is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 31 | 203 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.20 |
| HSL | 232.12º | 0.95% | 0.41% | - |
| HSV(B) | 232.12º | 0.98% | 0.8% | - |
| XYZ | 11.33 | 5.32 | 56.93 | - |
| YUV | 42.83 | 218.39 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 203 | 0.98 | 0.85 | 0 | 0.20 | 232.12 | 0.95 | 0.41 |
| Hex | 5 | 1F | CB | 62 | 55 | 0 | 14 | E8 | 5F | 29 |
| Octal | 5 | 37 | 313 | 142 | 125 | 0 | 24 | 350 | 137 | 51 |
| Binary | 101 | 11111 | 11001011 | 1100010 | 1010101 | 0 | 10100 | 11101000 | 1011111 | 101001 |
Color Harmonies of #051FCB
Complementary color
Monochromatic Colors of #051FCB
Black with #051FCB
Text Example
Text Example
White with #051FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FCB; }
p { color: rgb(5,31,203); }
H1.HeaderClassName
{
color: #051FCB;
}
.AnyTagClassName
{
color: #051FCB;
}
</style>
background-color css
<style>
a { background-color: #051FCB; }
a { background-color: rgb(5,31,203); }
div.DivClassName
{
background-color: #051FCB;
}
.BgClassName
{
background-color: #051FCB;
}
</style>
border-color css
<style>
span { border-color: #051FCB; }
span { border-color: rgb(5,31,203); }
td.TdClassName
{
border-color: #051FCB;
}
.TagClassName
{
border-color: #051FCB;
}
</style>