Shades of Medium Blue #051BCE
Tints of Medium Blue #051BCE
RGB
CMYK
RGB Variations
Color information
#051BCE (or 0x051BCE) is known color: Medium Blue. HEX triplet: 05, 1B and CE. RGB value is (5,27,206). Sum of RGB (Red+Green+Blue) = 5+27+206=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #051BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BCE is #FAE431. Grayscale: #282828. Windows color (decimal): -16442418 or 13507333. OLE color: 13507333.
HSL color Cylindrical-coordinate representation of color #051BCE: hue angle of 233.43º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BCE is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 27 | 206 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.19 |
| HSL | 233.43º | 0.95% | 0.41% | - |
| HSV(B) | 233.43º | 0.98% | 0.81% | - |
| XYZ | 11.6 | 5.27 | 58.8 | - |
| YUV | 40.83 | 221.21 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 206 | 0.98 | 0.87 | 0 | 0.19 | 233.43 | 0.95 | 0.41 |
| Hex | 5 | 1B | CE | 62 | 57 | 0 | 13 | E9 | 5F | 29 |
| Octal | 5 | 33 | 316 | 142 | 127 | 0 | 23 | 351 | 137 | 51 |
| Binary | 101 | 11011 | 11001110 | 1100010 | 1010111 | 0 | 10011 | 11101001 | 1011111 | 101001 |
Color Harmonies of #051BCE
Complementary color
Monochromatic Colors of #051BCE
Black with #051BCE
Text Example
Text Example
White with #051BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BCE; }
p { color: rgb(5,27,206); }
H1.HeaderClassName
{
color: #051BCE;
}
.AnyTagClassName
{
color: #051BCE;
}
</style>
background-color css
<style>
a { background-color: #051BCE; }
a { background-color: rgb(5,27,206); }
div.DivClassName
{
background-color: #051BCE;
}
.BgClassName
{
background-color: #051BCE;
}
</style>
border-color css
<style>
span { border-color: #051BCE; }
span { border-color: rgb(5,27,206); }
td.TdClassName
{
border-color: #051BCE;
}
.TagClassName
{
border-color: #051BCE;
}
</style>