Shades of Medium Blue #190CC9
Tints of Medium Blue #190CC9
RGB
CMYK
RGB Variations
Color information
#190CC9 (or 0x190CC9) is known color: Medium Blue. HEX triplet: 19, 0C and C9. RGB value is (25,12,201). Sum of RGB (Red+Green+Blue) = 25+12+201=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 201 (78.91% from 255 or 84.45% from 238); Max value from RGB is 201 - color contains mainly: blue. Hex color #190CC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190CC9 is #E6F336. Grayscale: #242424. Windows color (decimal): -15135543 or 13175833. OLE color: 13175833.
HSL color Cylindrical-coordinate representation of color #190CC9: hue angle of 244.13º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190CC9 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 12 | 201 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.21 |
| HSL | 244.13º | 0.89% | 0.42% | - |
| HSV(B) | 244.13º | 0.94% | 0.79% | - |
| XYZ | 11.07 | 4.69 | 55.58 | - |
| YUV | 37.43 | 220.31 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 201 | 0.88 | 0.94 | 0 | 0.21 | 244.13 | 0.89 | 0.42 |
| Hex | 19 | C | C9 | 58 | 5E | 0 | 15 | F4 | 59 | 2A |
| Octal | 31 | 14 | 311 | 130 | 136 | 0 | 25 | 364 | 131 | 52 |
| Binary | 11001 | 1100 | 11001001 | 1011000 | 1011110 | 0 | 10101 | 11110100 | 1011001 | 101010 |
Color Harmonies of #190CC9
Complementary color
Monochromatic Colors of #190CC9
Black with #190CC9
Text Example
Text Example
White with #190CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190CC9; }
p { color: rgb(25,12,201); }
H1.HeaderClassName
{
color: #190CC9;
}
.AnyTagClassName
{
color: #190CC9;
}
</style>
background-color css
<style>
a { background-color: #190CC9; }
a { background-color: rgb(25,12,201); }
div.DivClassName
{
background-color: #190CC9;
}
.BgClassName
{
background-color: #190CC9;
}
</style>
border-color css
<style>
span { border-color: #190CC9; }
span { border-color: rgb(25,12,201); }
td.TdClassName
{
border-color: #190CC9;
}
.TagClassName
{
border-color: #190CC9;
}
</style>