Shades of Medium Blue #051BCF
Tints of Medium Blue #051BCF
RGB
CMYK
RGB Variations
Color information
#051BCF (or 0x051BCF) is known color: Medium Blue. HEX triplet: 05, 1B and CF. RGB value is (5,27,207). Sum of RGB (Red+Green+Blue) = 5+27+207=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 207 (81.25% from 255 or 86.61% from 239); Max value from RGB is 207 - color contains mainly: blue. Hex color #051BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BCF is #FAE430. Grayscale: #282828. Windows color (decimal): -16442417 or 13572869. OLE color: 13572869.
HSL color Cylindrical-coordinate representation of color #051BCF: hue angle of 233.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BCF is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 27 | 207 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.19 |
| HSL | 233.47º | 0.95% | 0.42% | - |
| HSV(B) | 233.47º | 0.98% | 0.81% | - |
| XYZ | 11.72 | 5.32 | 59.44 | - |
| YUV | 40.94 | 221.71 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 207 | 0.98 | 0.87 | 0 | 0.19 | 233.47 | 0.95 | 0.42 |
| Hex | 5 | 1B | CF | 62 | 57 | 0 | 13 | E9 | 5F | 2A |
| Octal | 5 | 33 | 317 | 142 | 127 | 0 | 23 | 351 | 137 | 52 |
| Binary | 101 | 11011 | 11001111 | 1100010 | 1010111 | 0 | 10011 | 11101001 | 1011111 | 101010 |
Color Harmonies of #051BCF
Complementary color
Monochromatic Colors of #051BCF
Black with #051BCF
Text Example
Text Example
White with #051BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BCF; }
p { color: rgb(5,27,207); }
H1.HeaderClassName
{
color: #051BCF;
}
.AnyTagClassName
{
color: #051BCF;
}
</style>
background-color css
<style>
a { background-color: #051BCF; }
a { background-color: rgb(5,27,207); }
div.DivClassName
{
background-color: #051BCF;
}
.BgClassName
{
background-color: #051BCF;
}
</style>
border-color css
<style>
span { border-color: #051BCF; }
span { border-color: rgb(5,27,207); }
td.TdClassName
{
border-color: #051BCF;
}
.TagClassName
{
border-color: #051BCF;
}
</style>