Shades of Medium Blue #0512C9
Tints of Medium Blue #0512C9
RGB
CMYK
RGB Variations
Color information
#0512C9 (or 0x0512C9) is known color: Medium Blue. HEX triplet: 05, 12 and C9. RGB value is (5,18,201). Sum of RGB (Red+Green+Blue) = 5+18+201=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 201 (78.91% from 255 or 89.73% from 224); Max value from RGB is 201 - color contains mainly: blue. Hex color #0512C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0512C9 is #FAED36. Grayscale: #222222. Windows color (decimal): -16444727 or 13177349. OLE color: 13177349.
HSL color Cylindrical-coordinate representation of color #0512C9: hue angle of 236.02º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0512C9 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 18 | 201 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.21 |
| HSL | 236.02º | 0.95% | 0.4% | - |
| HSV(B) | 236.02º | 0.98% | 0.79% | - |
| XYZ | 10.82 | 4.68 | 55.59 | - |
| YUV | 34.98 | 221.69 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 201 | 0.98 | 0.91 | 0 | 0.21 | 236.02 | 0.95 | 0.4 |
| Hex | 5 | 12 | C9 | 62 | 5B | 0 | 15 | EC | 5F | 28 |
| Octal | 5 | 22 | 311 | 142 | 133 | 0 | 25 | 354 | 137 | 50 |
| Binary | 101 | 10010 | 11001001 | 1100010 | 1011011 | 0 | 10101 | 11101100 | 1011111 | 101000 |
Color Harmonies of #0512C9
Complementary color
Monochromatic Colors of #0512C9
Black with #0512C9
Text Example
Text Example
White with #0512C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0512C9; }
p { color: rgb(5,18,201); }
H1.HeaderClassName
{
color: #0512C9;
}
.AnyTagClassName
{
color: #0512C9;
}
</style>
background-color css
<style>
a { background-color: #0512C9; }
a { background-color: rgb(5,18,201); }
div.DivClassName
{
background-color: #0512C9;
}
.BgClassName
{
background-color: #0512C9;
}
</style>
border-color css
<style>
span { border-color: #0512C9; }
span { border-color: rgb(5,18,201); }
td.TdClassName
{
border-color: #0512C9;
}
.TagClassName
{
border-color: #0512C9;
}
</style>