Shades of Medium Blue #190FCC
Tints of Medium Blue #190FCC
RGB
CMYK
RGB Variations
Color information
#190FCC (or 0x190FCC) is known color: Medium Blue. HEX triplet: 19, 0F and CC. RGB value is (25,15,204). Sum of RGB (Red+Green+Blue) = 25+15+204=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #190FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FCC is #E6F033. Grayscale: #262626. Windows color (decimal): -15134772 or 13373209. OLE color: 13373209.
HSL color Cylindrical-coordinate representation of color #190FCC: hue angle of 243.17º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190FCC is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 15 | 204 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.2 |
| HSL | 243.17º | 0.86% | 0.43% | - |
| HSV(B) | 243.17º | 0.93% | 0.8% | - |
| XYZ | 11.47 | 4.91 | 57.47 | - |
| YUV | 39.54 | 220.81 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 204 | 0.88 | 0.93 | 0 | 0.2 | 243.17 | 0.86 | 0.43 |
| Hex | 19 | F | CC | 58 | 5D | 0 | 14 | F3 | 56 | 2B |
| Octal | 31 | 17 | 314 | 130 | 135 | 0 | 24 | 363 | 126 | 53 |
| Binary | 11001 | 1111 | 11001100 | 1011000 | 1011101 | 0 | 10100 | 11110011 | 1010110 | 101011 |
Color Harmonies of #190FCC
Complementary color
Monochromatic Colors of #190FCC
Black with #190FCC
Text Example
Text Example
White with #190FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FCC; }
p { color: rgb(25,15,204); }
H1.HeaderClassName
{
color: #190FCC;
}
.AnyTagClassName
{
color: #190FCC;
}
</style>
background-color css
<style>
a { background-color: #190FCC; }
a { background-color: rgb(25,15,204); }
div.DivClassName
{
background-color: #190FCC;
}
.BgClassName
{
background-color: #190FCC;
}
</style>
border-color css
<style>
span { border-color: #190FCC; }
span { border-color: rgb(25,15,204); }
td.TdClassName
{
border-color: #190FCC;
}
.TagClassName
{
border-color: #190FCC;
}
</style>