Shades of Medium Blue #1419CE
Tints of Medium Blue #1419CE
RGB
CMYK
RGB Variations
Color information
#1419CE (or 0x1419CE) is known color: Medium Blue. HEX triplet: 14, 19 and CE. RGB value is (20,25,206). Sum of RGB (Red+Green+Blue) = 20+25+206=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #1419CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419CE is #EBE631. Grayscale: #2B2B2B. Windows color (decimal): -15459890 or 13506836. OLE color: 13506836.
HSL color Cylindrical-coordinate representation of color #1419CE: hue angle of 238.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1419CE is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 25 | 206 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.19 |
| HSL | 238.39º | 0.82% | 0.44% | - |
| HSV(B) | 238.39º | 0.9% | 0.81% | - |
| XYZ | 11.78 | 5.3 | 58.79 | - |
| YUV | 44.14 | 219.34 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 206 | 0.90 | 0.88 | 0 | 0.19 | 238.39 | 0.82 | 0.44 |
| Hex | 14 | 19 | CE | 5A | 58 | 0 | 13 | EE | 52 | 2C |
| Octal | 24 | 31 | 316 | 132 | 130 | 0 | 23 | 356 | 122 | 54 |
| Binary | 10100 | 11001 | 11001110 | 1011010 | 1011000 | 0 | 10011 | 11101110 | 1010010 | 101100 |
Color Harmonies of #1419CE
Complementary color
Monochromatic Colors of #1419CE
Black with #1419CE
Text Example
Text Example
White with #1419CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419CE; }
p { color: rgb(20,25,206); }
H1.HeaderClassName
{
color: #1419CE;
}
.AnyTagClassName
{
color: #1419CE;
}
</style>
background-color css
<style>
a { background-color: #1419CE; }
a { background-color: rgb(20,25,206); }
div.DivClassName
{
background-color: #1419CE;
}
.BgClassName
{
background-color: #1419CE;
}
</style>
border-color css
<style>
span { border-color: #1419CE; }
span { border-color: rgb(20,25,206); }
td.TdClassName
{
border-color: #1419CE;
}
.TagClassName
{
border-color: #1419CE;
}
</style>