Shades of Medium Blue #1419CC
Tints of Medium Blue #1419CC
RGB
CMYK
RGB Variations
Color information
#1419CC (or 0x1419CC) is known color: Medium Blue. HEX triplet: 14, 19 and CC. RGB value is (20,25,204). Sum of RGB (Red+Green+Blue) = 20+25+204=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #1419CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419CC is #EBE633. Grayscale: #2B2B2B. Windows color (decimal): -15459892 or 13375764. OLE color: 13375764.
HSL color Cylindrical-coordinate representation of color #1419CC: hue angle of 238.37º 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 #1419CC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 25 | 204 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.2 |
| HSL | 238.37º | 0.82% | 0.44% | - |
| HSV(B) | 238.37º | 0.9% | 0.8% | - |
| XYZ | 11.54 | 5.2 | 57.52 | - |
| YUV | 43.91 | 218.34 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 204 | 0.90 | 0.88 | 0 | 0.2 | 238.37 | 0.82 | 0.44 |
| Hex | 14 | 19 | CC | 5A | 58 | 0 | 14 | EE | 52 | 2C |
| Octal | 24 | 31 | 314 | 132 | 130 | 0 | 24 | 356 | 122 | 54 |
| Binary | 10100 | 11001 | 11001100 | 1011010 | 1011000 | 0 | 10100 | 11101110 | 1010010 | 101100 |
Color Harmonies of #1419CC
Complementary color
Monochromatic Colors of #1419CC
Black with #1419CC
Text Example
Text Example
White with #1419CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419CC; }
p { color: rgb(20,25,204); }
H1.HeaderClassName
{
color: #1419CC;
}
.AnyTagClassName
{
color: #1419CC;
}
</style>
background-color css
<style>
a { background-color: #1419CC; }
a { background-color: rgb(20,25,204); }
div.DivClassName
{
background-color: #1419CC;
}
.BgClassName
{
background-color: #1419CC;
}
</style>
border-color css
<style>
span { border-color: #1419CC; }
span { border-color: rgb(20,25,204); }
td.TdClassName
{
border-color: #1419CC;
}
.TagClassName
{
border-color: #1419CC;
}
</style>