Shades of Medium Blue #0512B9
Tints of Medium Blue #0512B9
RGB
CMYK
RGB Variations
Color information
#0512B9 (or 0x0512B9) is known color: Medium Blue. HEX triplet: 05, 12 and B9. RGB value is (5,18,185). Sum of RGB (Red+Green+Blue) = 5+18+185=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 185 (72.66% from 255 or 88.94% from 208); Max value from RGB is 185 - color contains mainly: blue. Hex color #0512B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0512B9 is #FAED46. Grayscale: #202020. Windows color (decimal): -16444743 or 12128773. OLE color: 12128773.
HSL color Cylindrical-coordinate representation of color #0512B9: hue angle of 235.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0512B9 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 18 | 185 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.27 |
| HSL | 235.67º | 0.95% | 0.37% | - |
| HSV(B) | 235.67º | 0.97% | 0.73% | - |
| XYZ | 9.04 | 3.97 | 46.19 | - |
| YUV | 33.15 | 213.69 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 185 | 0.97 | 0.90 | 0 | 0.27 | 235.67 | 0.95 | 0.37 |
| Hex | 5 | 12 | B9 | 61 | 5A | 0 | 1B | EC | 5F | 25 |
| Octal | 5 | 22 | 271 | 141 | 132 | 0 | 33 | 354 | 137 | 45 |
| Binary | 101 | 10010 | 10111001 | 1100001 | 1011010 | 0 | 11011 | 11101100 | 1011111 | 100101 |
Color Harmonies of #0512B9
Complementary color
Monochromatic Colors of #0512B9
Black with #0512B9
Text Example
Text Example
White with #0512B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0512B9; }
p { color: rgb(5,18,185); }
H1.HeaderClassName
{
color: #0512B9;
}
.AnyTagClassName
{
color: #0512B9;
}
</style>
background-color css
<style>
a { background-color: #0512B9; }
a { background-color: rgb(5,18,185); }
div.DivClassName
{
background-color: #0512B9;
}
.BgClassName
{
background-color: #0512B9;
}
</style>
border-color css
<style>
span { border-color: #0512B9; }
span { border-color: rgb(5,18,185); }
td.TdClassName
{
border-color: #0512B9;
}
.TagClassName
{
border-color: #0512B9;
}
</style>