Shades of Medium Blue #1914CF
Tints of Medium Blue #1914CF
RGB
CMYK
RGB Variations
Color information
#1914CF (or 0x1914CF) is known color: Medium Blue. HEX triplet: 19, 14 and CF. RGB value is (25,20,207). Sum of RGB (Red+Green+Blue) = 25+20+207=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 207 (81.25% from 255 or 82.14% from 252); Max value from RGB is 207 - color contains mainly: blue. Hex color #1914CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1914CF is #E6EB30. Grayscale: #2A2A2A. Windows color (decimal): -15133489 or 13571097. OLE color: 13571097.
HSL color Cylindrical-coordinate representation of color #1914CF: hue angle of 241.6º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1914CF is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 20 | 207 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.19 |
| HSL | 241.6º | 0.82% | 0.45% | - |
| HSV(B) | 241.6º | 0.9% | 0.81% | - |
| XYZ | 11.91 | 5.21 | 59.41 | - |
| YUV | 42.81 | 220.66 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 207 | 0.88 | 0.90 | 0 | 0.19 | 241.6 | 0.82 | 0.45 |
| Hex | 19 | 14 | CF | 58 | 5A | 0 | 13 | F2 | 52 | 2D |
| Octal | 31 | 24 | 317 | 130 | 132 | 0 | 23 | 362 | 122 | 55 |
| Binary | 11001 | 10100 | 11001111 | 1011000 | 1011010 | 0 | 10011 | 11110010 | 1010010 | 101101 |
Color Harmonies of #1914CF
Complementary color
Monochromatic Colors of #1914CF
Black with #1914CF
Text Example
Text Example
White with #1914CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1914CF; }
p { color: rgb(25,20,207); }
H1.HeaderClassName
{
color: #1914CF;
}
.AnyTagClassName
{
color: #1914CF;
}
</style>
background-color css
<style>
a { background-color: #1914CF; }
a { background-color: rgb(25,20,207); }
div.DivClassName
{
background-color: #1914CF;
}
.BgClassName
{
background-color: #1914CF;
}
</style>
border-color css
<style>
span { border-color: #1914CF; }
span { border-color: rgb(25,20,207); }
td.TdClassName
{
border-color: #1914CF;
}
.TagClassName
{
border-color: #1914CF;
}
</style>