Shades of Medium Blue #190CCF
Tints of Medium Blue #190CCF
RGB
CMYK
RGB Variations
Color information
#190CCF (or 0x190CCF) is known color: Medium Blue. HEX triplet: 19, 0C and CF. RGB value is (25,12,207). Sum of RGB (Red+Green+Blue) = 25+12+207=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #190CCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190CCF is #E6F330. Grayscale: #252525. Windows color (decimal): -15135537 or 13569049. OLE color: 13569049.
HSL color Cylindrical-coordinate representation of color #190CCF: hue angle of 244º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190CCF is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 12 | 207 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.19 |
| HSL | 244º | 0.89% | 0.43% | - |
| HSV(B) | 244º | 0.94% | 0.81% | - |
| XYZ | 11.79 | 4.97 | 59.37 | - |
| YUV | 38.12 | 223.31 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 207 | 0.88 | 0.94 | 0 | 0.19 | 244 | 0.89 | 0.43 |
| Hex | 19 | C | CF | 58 | 5E | 0 | 13 | F4 | 59 | 2B |
| Octal | 31 | 14 | 317 | 130 | 136 | 0 | 23 | 364 | 131 | 53 |
| Binary | 11001 | 1100 | 11001111 | 1011000 | 1011110 | 0 | 10011 | 11110100 | 1011001 | 101011 |
Color Harmonies of #190CCF
Complementary color
Monochromatic Colors of #190CCF
Black with #190CCF
Text Example
Text Example
White with #190CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190CCF; }
p { color: rgb(25,12,207); }
H1.HeaderClassName
{
color: #190CCF;
}
.AnyTagClassName
{
color: #190CCF;
}
</style>
background-color css
<style>
a { background-color: #190CCF; }
a { background-color: rgb(25,12,207); }
div.DivClassName
{
background-color: #190CCF;
}
.BgClassName
{
background-color: #190CCF;
}
</style>
border-color css
<style>
span { border-color: #190CCF; }
span { border-color: rgb(25,12,207); }
td.TdClassName
{
border-color: #190CCF;
}
.TagClassName
{
border-color: #190CCF;
}
</style>