Shades of Blue #051BEA
Tints of Blue #051BEA
RGB
CMYK
RGB Variations
Color information
#051BEA (or 0x051BEA) is known color: Blue. HEX triplet: 05, 1B and EA. RGB value is (5,27,234). Sum of RGB (Red+Green+Blue) = 5+27+234=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 234 (91.80% from 255 or 87.97% from 266); Max value from RGB is 234 - color contains mainly: blue. Hex color #051BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051BEA is #FAE415. Grayscale: #2B2B2B. Windows color (decimal): -16442390 or 15342341. OLE color: 15342341.
HSL color Cylindrical-coordinate representation of color #051BEA: hue angle of 234.24º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BEA is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 27 | 234 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.08 |
| HSL | 234.24º | 0.96% | 0.47% | - |
| HSV(B) | 234.24º | 0.98% | 0.92% | - |
| XYZ | 15.31 | 6.76 | 78.34 | - |
| YUV | 44.02 | 235.21 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 234 | 0.98 | 0.88 | 0 | 0.08 | 234.24 | 0.96 | 0.47 |
| Hex | 5 | 1B | EA | 62 | 58 | 0 | 8 | EA | 60 | 2F |
| Octal | 5 | 33 | 352 | 142 | 130 | 0 | 10 | 352 | 140 | 57 |
| Binary | 101 | 11011 | 11101010 | 1100010 | 1011000 | 0 | 1000 | 11101010 | 1100000 | 101111 |
Color Harmonies of #051BEA
Complementary color
Monochromatic Colors of #051BEA
Black with #051BEA
Text Example
Text Example
White with #051BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BEA; }
p { color: rgb(5,27,234); }
H1.HeaderClassName
{
color: #051BEA;
}
.AnyTagClassName
{
color: #051BEA;
}
</style>
background-color css
<style>
a { background-color: #051BEA; }
a { background-color: rgb(5,27,234); }
div.DivClassName
{
background-color: #051BEA;
}
.BgClassName
{
background-color: #051BEA;
}
</style>
border-color css
<style>
span { border-color: #051BEA; }
span { border-color: rgb(5,27,234); }
td.TdClassName
{
border-color: #051BEA;
}
.TagClassName
{
border-color: #051BEA;
}
</style>