Shades of Medium Blue #0512DB
Tints of Medium Blue #0512DB
RGB
CMYK
RGB Variations
Color information
#0512DB (or 0x0512DB) is known color: Medium Blue. HEX triplet: 05, 12 and DB. RGB value is (5,18,219). Sum of RGB (Red+Green+Blue) = 5+18+219=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 219 (85.94% from 255 or 90.50% from 242); Max value from RGB is 219 - color contains mainly: blue. Hex color #0512DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0512DB is #FAED24. Grayscale: #242424. Windows color (decimal): -16444709 or 14356997. OLE color: 14356997.
HSL color Cylindrical-coordinate representation of color #0512DB: hue angle of 236.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0512DB is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 18 | 219 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.14 |
| HSL | 236.36º | 0.96% | 0.44% | - |
| HSV(B) | 236.36º | 0.98% | 0.86% | - |
| XYZ | 13.07 | 5.58 | 67.41 | - |
| YUV | 37.03 | 230.69 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 219 | 0.98 | 0.92 | 0 | 0.14 | 236.36 | 0.96 | 0.44 |
| Hex | 5 | 12 | DB | 62 | 5C | 0 | E | EC | 60 | 2C |
| Octal | 5 | 22 | 333 | 142 | 134 | 0 | 16 | 354 | 140 | 54 |
| Binary | 101 | 10010 | 11011011 | 1100010 | 1011100 | 0 | 1110 | 11101100 | 1100000 | 101100 |
Color Harmonies of #0512DB
Complementary color
Monochromatic Colors of #0512DB
Black with #0512DB
Text Example
Text Example
White with #0512DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0512DB; }
p { color: rgb(5,18,219); }
H1.HeaderClassName
{
color: #0512DB;
}
.AnyTagClassName
{
color: #0512DB;
}
</style>
background-color css
<style>
a { background-color: #0512DB; }
a { background-color: rgb(5,18,219); }
div.DivClassName
{
background-color: #0512DB;
}
.BgClassName
{
background-color: #0512DB;
}
</style>
border-color css
<style>
span { border-color: #0512DB; }
span { border-color: rgb(5,18,219); }
td.TdClassName
{
border-color: #0512DB;
}
.TagClassName
{
border-color: #0512DB;
}
</style>