Shades of Blue #051BEC
Tints of Blue #051BEC
RGB
CMYK
RGB Variations
Color information
#051BEC (or 0x051BEC) is known color: Blue. HEX triplet: 05, 1B and EC. RGB value is (5,27,236). Sum of RGB (Red+Green+Blue) = 5+27+236=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 236 (92.58% from 255 or 88.06% from 268); Max value from RGB is 236 - color contains mainly: blue. Hex color #051BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051BEC is #FAE413. Grayscale: #2B2B2B. Windows color (decimal): -16442388 or 15473413. OLE color: 15473413.
HSL color Cylindrical-coordinate representation of color #051BEC: hue angle of 234.29º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BEC is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 27 | 236 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.07 |
| HSL | 234.29º | 0.96% | 0.47% | - |
| HSV(B) | 234.29º | 0.98% | 0.93% | - |
| XYZ | 15.59 | 6.87 | 79.86 | - |
| YUV | 44.25 | 236.21 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 236 | 0.98 | 0.89 | 0 | 0.07 | 234.29 | 0.96 | 0.47 |
| Hex | 5 | 1B | EC | 62 | 59 | 0 | 7 | EA | 60 | 2F |
| Octal | 5 | 33 | 354 | 142 | 131 | 0 | 7 | 352 | 140 | 57 |
| Binary | 101 | 11011 | 11101100 | 1100010 | 1011001 | 0 | 111 | 11101010 | 1100000 | 101111 |
Color Harmonies of #051BEC
Complementary color
Monochromatic Colors of #051BEC
Black with #051BEC
Text Example
Text Example
White with #051BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BEC; }
p { color: rgb(5,27,236); }
H1.HeaderClassName
{
color: #051BEC;
}
.AnyTagClassName
{
color: #051BEC;
}
</style>
background-color css
<style>
a { background-color: #051BEC; }
a { background-color: rgb(5,27,236); }
div.DivClassName
{
background-color: #051BEC;
}
.BgClassName
{
background-color: #051BEC;
}
</style>
border-color css
<style>
span { border-color: #051BEC; }
span { border-color: rgb(5,27,236); }
td.TdClassName
{
border-color: #051BEC;
}
.TagClassName
{
border-color: #051BEC;
}
</style>