Shades of Medium Blue #191BCE
Tints of Medium Blue #191BCE
RGB
CMYK
RGB Variations
Color information
#191BCE (or 0x191BCE) is known color: Medium Blue. HEX triplet: 19, 1B and CE. RGB value is (25,27,206). Sum of RGB (Red+Green+Blue) = 25+27+206=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #191BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191BCE is #E6E431. Grayscale: #2E2E2E. Windows color (decimal): -15131698 or 13507353. OLE color: 13507353.
HSL color Cylindrical-coordinate representation of color #191BCE: hue angle of 239.34º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191BCE is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 27 | 206 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.19 |
| HSL | 239.34º | 0.78% | 0.45% | - |
| HSV(B) | 239.34º | 0.88% | 0.81% | - |
| XYZ | 11.93 | 5.45 | 58.81 | - |
| YUV | 46.81 | 217.84 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 206 | 0.88 | 0.87 | 0 | 0.19 | 239.34 | 0.78 | 0.45 |
| Hex | 19 | 1B | CE | 58 | 57 | 0 | 13 | EF | 4E | 2D |
| Octal | 31 | 33 | 316 | 130 | 127 | 0 | 23 | 357 | 116 | 55 |
| Binary | 11001 | 11011 | 11001110 | 1011000 | 1010111 | 0 | 10011 | 11101111 | 1001110 | 101101 |
Color Harmonies of #191BCE
Complementary color
Monochromatic Colors of #191BCE
Black with #191BCE
Text Example
Text Example
White with #191BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BCE; }
p { color: rgb(25,27,206); }
H1.HeaderClassName
{
color: #191BCE;
}
.AnyTagClassName
{
color: #191BCE;
}
</style>
background-color css
<style>
a { background-color: #191BCE; }
a { background-color: rgb(25,27,206); }
div.DivClassName
{
background-color: #191BCE;
}
.BgClassName
{
background-color: #191BCE;
}
</style>
border-color css
<style>
span { border-color: #191BCE; }
span { border-color: rgb(25,27,206); }
td.TdClassName
{
border-color: #191BCE;
}
.TagClassName
{
border-color: #191BCE;
}
</style>