Shades of Medium Blue #051BE4
Tints of Medium Blue #051BE4
RGB
CMYK
RGB Variations
Color information
#051BE4 (or 0x051BE4) is known color: Medium Blue. HEX triplet: 05, 1B and E4. RGB value is (5,27,228). Sum of RGB (Red+Green+Blue) = 5+27+228=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 228 (89.45% from 255 or 87.69% from 260); Max value from RGB is 228 - color contains mainly: blue. Hex color #051BE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BE4 is #FAE41B. Grayscale: #2A2A2A. Windows color (decimal): -16442396 or 14949125. OLE color: 14949125.
HSL color Cylindrical-coordinate representation of color #051BE4: hue angle of 234.08º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BE4 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 27 | 228 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.11 |
| HSL | 234.08º | 0.96% | 0.46% | - |
| HSV(B) | 234.08º | 0.98% | 0.89% | - |
| XYZ | 14.46 | 6.42 | 73.88 | - |
| YUV | 43.34 | 232.21 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 228 | 0.98 | 0.88 | 0 | 0.11 | 234.08 | 0.96 | 0.46 |
| Hex | 5 | 1B | E4 | 62 | 58 | 0 | B | EA | 60 | 2E |
| Octal | 5 | 33 | 344 | 142 | 130 | 0 | 13 | 352 | 140 | 56 |
| Binary | 101 | 11011 | 11100100 | 1100010 | 1011000 | 0 | 1011 | 11101010 | 1100000 | 101110 |
Color Harmonies of #051BE4
Complementary color
Monochromatic Colors of #051BE4
Black with #051BE4
Text Example
Text Example
White with #051BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BE4; }
p { color: rgb(5,27,228); }
H1.HeaderClassName
{
color: #051BE4;
}
.AnyTagClassName
{
color: #051BE4;
}
</style>
background-color css
<style>
a { background-color: #051BE4; }
a { background-color: rgb(5,27,228); }
div.DivClassName
{
background-color: #051BE4;
}
.BgClassName
{
background-color: #051BE4;
}
</style>
border-color css
<style>
span { border-color: #051BE4; }
span { border-color: rgb(5,27,228); }
td.TdClassName
{
border-color: #051BE4;
}
.TagClassName
{
border-color: #051BE4;
}
</style>