Shades of Medium Blue #191BCB
Tints of Medium Blue #191BCB
RGB
CMYK
RGB Variations
Color information
#191BCB (or 0x191BCB) is known color: Medium Blue. HEX triplet: 19, 1B and CB. RGB value is (25,27,203). Sum of RGB (Red+Green+Blue) = 25+27+203=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #191BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191BCB is #E6E434. Grayscale: #2D2D2D. Windows color (decimal): -15131701 or 13310745. OLE color: 13310745.
HSL color Cylindrical-coordinate representation of color #191BCB: hue angle of 239.33º 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 #191BCB is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 27 | 203 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.20 |
| HSL | 239.33º | 0.78% | 0.45% | - |
| HSV(B) | 239.33º | 0.88% | 0.8% | - |
| XYZ | 11.57 | 5.3 | 56.91 | - |
| YUV | 46.47 | 216.34 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 203 | 0.88 | 0.87 | 0 | 0.20 | 239.33 | 0.78 | 0.45 |
| Hex | 19 | 1B | CB | 58 | 57 | 0 | 14 | EF | 4E | 2D |
| Octal | 31 | 33 | 313 | 130 | 127 | 0 | 24 | 357 | 116 | 55 |
| Binary | 11001 | 11011 | 11001011 | 1011000 | 1010111 | 0 | 10100 | 11101111 | 1001110 | 101101 |
Color Harmonies of #191BCB
Complementary color
Monochromatic Colors of #191BCB
Black with #191BCB
Text Example
Text Example
White with #191BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BCB; }
p { color: rgb(25,27,203); }
H1.HeaderClassName
{
color: #191BCB;
}
.AnyTagClassName
{
color: #191BCB;
}
</style>
background-color css
<style>
a { background-color: #191BCB; }
a { background-color: rgb(25,27,203); }
div.DivClassName
{
background-color: #191BCB;
}
.BgClassName
{
background-color: #191BCB;
}
</style>
border-color css
<style>
span { border-color: #191BCB; }
span { border-color: rgb(25,27,203); }
td.TdClassName
{
border-color: #191BCB;
}
.TagClassName
{
border-color: #191BCB;
}
</style>