Shades of Medium Blue #0515C8
Tints of Medium Blue #0515C8
RGB
CMYK
RGB Variations
Color information
#0515C8 (or 0x0515C8) is known color: Medium Blue. HEX triplet: 05, 15 and C8. RGB value is (5,21,200). Sum of RGB (Red+Green+Blue) = 5+21+200=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 200 (78.52% from 255 or 88.50% from 226); Max value from RGB is 200 - color contains mainly: blue. Hex color #0515C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0515C8 is #FAEA37. Grayscale: #232323. Windows color (decimal): -16443960 or 13112581. OLE color: 13112581.
HSL color Cylindrical-coordinate representation of color #0515C8: hue angle of 235.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0515C8 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 21 | 200 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.22 |
| HSL | 235.08º | 0.95% | 0.4% | - |
| HSV(B) | 235.08º | 0.98% | 0.78% | - |
| XYZ | 10.76 | 4.74 | 54.99 | - |
| YUV | 36.62 | 220.2 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 200 | 0.98 | 0.90 | 0 | 0.22 | 235.08 | 0.95 | 0.4 |
| Hex | 5 | 15 | C8 | 62 | 5A | 0 | 16 | EB | 5F | 28 |
| Octal | 5 | 25 | 310 | 142 | 132 | 0 | 26 | 353 | 137 | 50 |
| Binary | 101 | 10101 | 11001000 | 1100010 | 1011010 | 0 | 10110 | 11101011 | 1011111 | 101000 |
Color Harmonies of #0515C8
Complementary color
Monochromatic Colors of #0515C8
Black with #0515C8
Text Example
Text Example
White with #0515C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0515C8; }
p { color: rgb(5,21,200); }
H1.HeaderClassName
{
color: #0515C8;
}
.AnyTagClassName
{
color: #0515C8;
}
</style>
background-color css
<style>
a { background-color: #0515C8; }
a { background-color: rgb(5,21,200); }
div.DivClassName
{
background-color: #0515C8;
}
.BgClassName
{
background-color: #0515C8;
}
</style>
border-color css
<style>
span { border-color: #0515C8; }
span { border-color: rgb(5,21,200); }
td.TdClassName
{
border-color: #0515C8;
}
.TagClassName
{
border-color: #0515C8;
}
</style>