Shades of Medium Blue #1015C8
Tints of Medium Blue #1015C8
RGB
CMYK
RGB Variations
Color information
#1015C8 (or 0x1015C8) is known color: Medium Blue. HEX triplet: 10, 15 and C8. RGB value is (16,21,200). Sum of RGB (Red+Green+Blue) = 16+21+200=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 200 (78.52% from 255 or 84.39% from 237); Max value from RGB is 200 - color contains mainly: blue. Hex color #1015C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1015C8 is #EFEA37. Grayscale: #272727. Windows color (decimal): -15723064 or 13112592. OLE color: 13112592.
HSL color Cylindrical-coordinate representation of color #1015C8: hue angle of 238.37º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1015C8 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 21 | 200 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.22 |
| HSL | 238.37º | 0.85% | 0.42% | - |
| HSV(B) | 238.37º | 0.92% | 0.78% | - |
| XYZ | 10.91 | 4.82 | 55 | - |
| YUV | 39.91 | 218.34 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 200 | 0.92 | 0.90 | 0 | 0.22 | 238.37 | 0.85 | 0.42 |
| Hex | 10 | 15 | C8 | 5C | 5A | 0 | 16 | EE | 55 | 2A |
| Octal | 20 | 25 | 310 | 134 | 132 | 0 | 26 | 356 | 125 | 52 |
| Binary | 10000 | 10101 | 11001000 | 1011100 | 1011010 | 0 | 10110 | 11101110 | 1010101 | 101010 |
Color Harmonies of #1015C8
Complementary color
Monochromatic Colors of #1015C8
Black with #1015C8
Text Example
Text Example
White with #1015C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1015C8; }
p { color: rgb(16,21,200); }
H1.HeaderClassName
{
color: #1015C8;
}
.AnyTagClassName
{
color: #1015C8;
}
</style>
background-color css
<style>
a { background-color: #1015C8; }
a { background-color: rgb(16,21,200); }
div.DivClassName
{
background-color: #1015C8;
}
.BgClassName
{
background-color: #1015C8;
}
</style>
border-color css
<style>
span { border-color: #1015C8; }
span { border-color: rgb(16,21,200); }
td.TdClassName
{
border-color: #1015C8;
}
.TagClassName
{
border-color: #1015C8;
}
</style>