Shades of Medium Blue #191ACC
Tints of Medium Blue #191ACC
RGB
CMYK
RGB Variations
Color information
#191ACC (or 0x191ACC) is known color: Medium Blue. HEX triplet: 19, 1A and CC. RGB value is (25,26,204). Sum of RGB (Red+Green+Blue) = 25+26+204=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #191ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ACC is #E6E533. Grayscale: #2D2D2D. Windows color (decimal): -15131956 or 13376025. OLE color: 13376025.
HSL color Cylindrical-coordinate representation of color #191ACC: hue angle of 239.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191ACC is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 26 | 204 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.2 |
| HSL | 239.66º | 0.78% | 0.45% | - |
| HSV(B) | 239.66º | 0.88% | 0.8% | - |
| XYZ | 11.67 | 5.31 | 57.54 | - |
| YUV | 45.99 | 217.17 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 204 | 0.88 | 0.87 | 0 | 0.2 | 239.66 | 0.78 | 0.45 |
| Hex | 19 | 1A | CC | 58 | 57 | 0 | 14 | F0 | 4E | 2D |
| Octal | 31 | 32 | 314 | 130 | 127 | 0 | 24 | 360 | 116 | 55 |
| Binary | 11001 | 11010 | 11001100 | 1011000 | 1010111 | 0 | 10100 | 11110000 | 1001110 | 101101 |
Color Harmonies of #191ACC
Complementary color
Monochromatic Colors of #191ACC
Black with #191ACC
Text Example
Text Example
White with #191ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191ACC; }
p { color: rgb(25,26,204); }
H1.HeaderClassName
{
color: #191ACC;
}
.AnyTagClassName
{
color: #191ACC;
}
</style>
background-color css
<style>
a { background-color: #191ACC; }
a { background-color: rgb(25,26,204); }
div.DivClassName
{
background-color: #191ACC;
}
.BgClassName
{
background-color: #191ACC;
}
</style>
border-color css
<style>
span { border-color: #191ACC; }
span { border-color: rgb(25,26,204); }
td.TdClassName
{
border-color: #191ACC;
}
.TagClassName
{
border-color: #191ACC;
}
</style>