Shades of Medium Blue #190ACE
Tints of Medium Blue #190ACE
RGB
CMYK
RGB Variations
Color information
#190ACE (or 0x190ACE) is known color: Medium Blue. HEX triplet: 19, 0A and CE. RGB value is (25,10,206). Sum of RGB (Red+Green+Blue) = 25+10+206=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #190ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190ACE is #E6F531. Grayscale: #242424. Windows color (decimal): -15136050 or 13503001. OLE color: 13503001.
HSL color Cylindrical-coordinate representation of color #190ACE: hue angle of 244.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190ACE is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 10 | 206 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.19 |
| HSL | 244.59º | 0.91% | 0.42% | - |
| HSV(B) | 244.59º | 0.95% | 0.81% | - |
| XYZ | 11.65 | 4.88 | 58.72 | - |
| YUV | 36.83 | 223.47 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 206 | 0.88 | 0.95 | 0 | 0.19 | 244.59 | 0.91 | 0.42 |
| Hex | 19 | A | CE | 58 | 5F | 0 | 13 | F5 | 5B | 2A |
| Octal | 31 | 12 | 316 | 130 | 137 | 0 | 23 | 365 | 133 | 52 |
| Binary | 11001 | 1010 | 11001110 | 1011000 | 1011111 | 0 | 10011 | 11110101 | 1011011 | 101010 |
Color Harmonies of #190ACE
Complementary color
Monochromatic Colors of #190ACE
Black with #190ACE
Text Example
Text Example
White with #190ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190ACE; }
p { color: rgb(25,10,206); }
H1.HeaderClassName
{
color: #190ACE;
}
.AnyTagClassName
{
color: #190ACE;
}
</style>
background-color css
<style>
a { background-color: #190ACE; }
a { background-color: rgb(25,10,206); }
div.DivClassName
{
background-color: #190ACE;
}
.BgClassName
{
background-color: #190ACE;
}
</style>
border-color css
<style>
span { border-color: #190ACE; }
span { border-color: rgb(25,10,206); }
td.TdClassName
{
border-color: #190ACE;
}
.TagClassName
{
border-color: #190ACE;
}
</style>