Shades of Medium Blue #050CBB
Tints of Medium Blue #050CBB
RGB
CMYK
RGB Variations
Color information
#050CBB (or 0x050CBB) is known color: Medium Blue. HEX triplet: 05, 0C and BB. RGB value is (5,12,187). Sum of RGB (Red+Green+Blue) = 5+12+187=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 187 (73.44% from 255 or 91.67% from 204); Max value from RGB is 187 - color contains mainly: blue. Hex color #050CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050CBB is #FAF344. Grayscale: #1D1D1D. Windows color (decimal): -16446277 or 12258309. OLE color: 12258309.
HSL color Cylindrical-coordinate representation of color #050CBB: hue angle of 237.69º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050CBB is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 12 | 187 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.27 |
| HSL | 237.69º | 0.95% | 0.38% | - |
| HSV(B) | 237.69º | 0.97% | 0.73% | - |
| XYZ | 9.16 | 3.88 | 47.28 | - |
| YUV | 29.86 | 216.68 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 187 | 0.97 | 0.94 | 0 | 0.27 | 237.69 | 0.95 | 0.38 |
| Hex | 5 | C | BB | 61 | 5E | 0 | 1B | EE | 5F | 26 |
| Octal | 5 | 14 | 273 | 141 | 136 | 0 | 33 | 356 | 137 | 46 |
| Binary | 101 | 1100 | 10111011 | 1100001 | 1011110 | 0 | 11011 | 11101110 | 1011111 | 100110 |
Color Harmonies of #050CBB
Complementary color
Monochromatic Colors of #050CBB
Black with #050CBB
Text Example
Text Example
White with #050CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050CBB; }
p { color: rgb(5,12,187); }
H1.HeaderClassName
{
color: #050CBB;
}
.AnyTagClassName
{
color: #050CBB;
}
</style>
background-color css
<style>
a { background-color: #050CBB; }
a { background-color: rgb(5,12,187); }
div.DivClassName
{
background-color: #050CBB;
}
.BgClassName
{
background-color: #050CBB;
}
</style>
border-color css
<style>
span { border-color: #050CBB; }
span { border-color: rgb(5,12,187); }
td.TdClassName
{
border-color: #050CBB;
}
.TagClassName
{
border-color: #050CBB;
}
</style>