Shades of Medium Blue #051BCB
Tints of Medium Blue #051BCB
RGB
CMYK
RGB Variations
Color information
#051BCB (or 0x051BCB) is known color: Medium Blue. HEX triplet: 05, 1B and CB. RGB value is (5,27,203). Sum of RGB (Red+Green+Blue) = 5+27+203=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #051BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BCB is #FAE434. Grayscale: #272727. Windows color (decimal): -16442421 or 13310725. OLE color: 13310725.
HSL color Cylindrical-coordinate representation of color #051BCB: hue angle of 233.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BCB is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 27 | 203 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.20 |
| HSL | 233.33º | 0.95% | 0.41% | - |
| HSV(B) | 233.33º | 0.98% | 0.8% | - |
| XYZ | 11.23 | 5.13 | 56.9 | - |
| YUV | 40.49 | 219.71 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 203 | 0.98 | 0.87 | 0 | 0.20 | 233.33 | 0.95 | 0.41 |
| Hex | 5 | 1B | CB | 62 | 57 | 0 | 14 | E9 | 5F | 29 |
| Octal | 5 | 33 | 313 | 142 | 127 | 0 | 24 | 351 | 137 | 51 |
| Binary | 101 | 11011 | 11001011 | 1100010 | 1010111 | 0 | 10100 | 11101001 | 1011111 | 101001 |
Color Harmonies of #051BCB
Complementary color
Monochromatic Colors of #051BCB
Black with #051BCB
Text Example
Text Example
White with #051BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BCB; }
p { color: rgb(5,27,203); }
H1.HeaderClassName
{
color: #051BCB;
}
.AnyTagClassName
{
color: #051BCB;
}
</style>
background-color css
<style>
a { background-color: #051BCB; }
a { background-color: rgb(5,27,203); }
div.DivClassName
{
background-color: #051BCB;
}
.BgClassName
{
background-color: #051BCB;
}
</style>
border-color css
<style>
span { border-color: #051BCB; }
span { border-color: rgb(5,27,203); }
td.TdClassName
{
border-color: #051BCB;
}
.TagClassName
{
border-color: #051BCB;
}
</style>