Shades of Medium Blue #051BD5
Tints of Medium Blue #051BD5
RGB
CMYK
RGB Variations
Color information
#051BD5 (or 0x051BD5) is known color: Medium Blue. HEX triplet: 05, 1B and D5. RGB value is (5,27,213). Sum of RGB (Red+Green+Blue) = 5+27+213=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 213 (83.59% from 255 or 86.94% from 245); Max value from RGB is 213 - color contains mainly: blue. Hex color #051BD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BD5 is #FAE42A. Grayscale: #282828. Windows color (decimal): -16442411 or 13966085. OLE color: 13966085.
HSL color Cylindrical-coordinate representation of color #051BD5: hue angle of 233.65º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BD5 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 27 | 213 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.16 |
| HSL | 233.65º | 0.95% | 0.43% | - |
| HSV(B) | 233.65º | 0.98% | 0.84% | - |
| XYZ | 12.46 | 5.62 | 63.38 | - |
| YUV | 41.63 | 224.71 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 213 | 0.98 | 0.87 | 0 | 0.16 | 233.65 | 0.95 | 0.43 |
| Hex | 5 | 1B | D5 | 62 | 57 | 0 | 10 | EA | 5F | 2B |
| Octal | 5 | 33 | 325 | 142 | 127 | 0 | 20 | 352 | 137 | 53 |
| Binary | 101 | 11011 | 11010101 | 1100010 | 1010111 | 0 | 10000 | 11101010 | 1011111 | 101011 |
Color Harmonies of #051BD5
Complementary color
Monochromatic Colors of #051BD5
Black with #051BD5
Text Example
Text Example
White with #051BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BD5; }
p { color: rgb(5,27,213); }
H1.HeaderClassName
{
color: #051BD5;
}
.AnyTagClassName
{
color: #051BD5;
}
</style>
background-color css
<style>
a { background-color: #051BD5; }
a { background-color: rgb(5,27,213); }
div.DivClassName
{
background-color: #051BD5;
}
.BgClassName
{
background-color: #051BD5;
}
</style>
border-color css
<style>
span { border-color: #051BD5; }
span { border-color: rgb(5,27,213); }
td.TdClassName
{
border-color: #051BD5;
}
.TagClassName
{
border-color: #051BD5;
}
</style>