Shades of Medium Blue #1914CB
Tints of Medium Blue #1914CB
RGB
CMYK
RGB Variations
Color information
#1914CB (or 0x1914CB) is known color: Medium Blue. HEX triplet: 19, 14 and CB. RGB value is (25,20,203). Sum of RGB (Red+Green+Blue) = 25+20+203=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #1914CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1914CB is #E6EB34. Grayscale: #292929. Windows color (decimal): -15133493 or 13308953. OLE color: 13308953.
HSL color Cylindrical-coordinate representation of color #1914CB: hue angle of 241.64º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1914CB is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 20 | 203 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.20 |
| HSL | 241.64º | 0.82% | 0.44% | - |
| HSV(B) | 241.64º | 0.9% | 0.8% | - |
| XYZ | 11.43 | 5.02 | 56.87 | - |
| YUV | 42.36 | 218.66 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 203 | 0.88 | 0.90 | 0 | 0.20 | 241.64 | 0.82 | 0.44 |
| Hex | 19 | 14 | CB | 58 | 5A | 0 | 14 | F2 | 52 | 2C |
| Octal | 31 | 24 | 313 | 130 | 132 | 0 | 24 | 362 | 122 | 54 |
| Binary | 11001 | 10100 | 11001011 | 1011000 | 1011010 | 0 | 10100 | 11110010 | 1010010 | 101100 |
Color Harmonies of #1914CB
Complementary color
Monochromatic Colors of #1914CB
Black with #1914CB
Text Example
Text Example
White with #1914CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1914CB; }
p { color: rgb(25,20,203); }
H1.HeaderClassName
{
color: #1914CB;
}
.AnyTagClassName
{
color: #1914CB;
}
</style>
background-color css
<style>
a { background-color: #1914CB; }
a { background-color: rgb(25,20,203); }
div.DivClassName
{
background-color: #1914CB;
}
.BgClassName
{
background-color: #1914CB;
}
</style>
border-color css
<style>
span { border-color: #1914CB; }
span { border-color: rgb(25,20,203); }
td.TdClassName
{
border-color: #1914CB;
}
.TagClassName
{
border-color: #1914CB;
}
</style>