Shades of Medium Blue #051BC4
Tints of Medium Blue #051BC4
RGB
CMYK
RGB Variations
Color information
#051BC4 (or 0x051BC4) is known color: Medium Blue. HEX triplet: 05, 1B and C4. RGB value is (5,27,196). Sum of RGB (Red+Green+Blue) = 5+27+196=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 196 (76.95% from 255 or 85.96% from 228); Max value from RGB is 196 - color contains mainly: blue. Hex color #051BC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BC4 is #FAE43B. Grayscale: #262626. Windows color (decimal): -16442428 or 12851973. OLE color: 12851973.
HSL color Cylindrical-coordinate representation of color #051BC4: hue angle of 233.09º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051BC4 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 27 | 196 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.23 |
| HSL | 233.09º | 0.95% | 0.39% | - |
| HSV(B) | 233.09º | 0.97% | 0.77% | - |
| XYZ | 10.42 | 4.8 | 52.6 | - |
| YUV | 39.69 | 216.21 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 196 | 0.97 | 0.86 | 0 | 0.23 | 233.09 | 0.95 | 0.39 |
| Hex | 5 | 1B | C4 | 61 | 56 | 0 | 17 | E9 | 5F | 27 |
| Octal | 5 | 33 | 304 | 141 | 126 | 0 | 27 | 351 | 137 | 47 |
| Binary | 101 | 11011 | 11000100 | 1100001 | 1010110 | 0 | 10111 | 11101001 | 1011111 | 100111 |
Color Harmonies of #051BC4
Complementary color
Monochromatic Colors of #051BC4
Black with #051BC4
Text Example
Text Example
White with #051BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BC4; }
p { color: rgb(5,27,196); }
H1.HeaderClassName
{
color: #051BC4;
}
.AnyTagClassName
{
color: #051BC4;
}
</style>
background-color css
<style>
a { background-color: #051BC4; }
a { background-color: rgb(5,27,196); }
div.DivClassName
{
background-color: #051BC4;
}
.BgClassName
{
background-color: #051BC4;
}
</style>
border-color css
<style>
span { border-color: #051BC4; }
span { border-color: rgb(5,27,196); }
td.TdClassName
{
border-color: #051BC4;
}
.TagClassName
{
border-color: #051BC4;
}
</style>