Shades of Medium Blue #1414CA
Tints of Medium Blue #1414CA
RGB
CMYK
RGB Variations
Color information
#1414CA (or 0x1414CA) is known color: Medium Blue. HEX triplet: 14, 14 and CA. RGB value is (20,20,202). Sum of RGB (Red+Green+Blue) = 20+20+202=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 202 (79.30% from 255 or 83.47% from 242); Max value from RGB is 202 - color contains mainly: blue. Hex color #1414CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1414CA is #EBEB35. Grayscale: #282828. Windows color (decimal): -15461174 or 13243412. OLE color: 13243412.
HSL color Cylindrical-coordinate representation of color #1414CA: hue angle of 240º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1414CA is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 20 | 202 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.21 |
| HSL | 240º | 0.82% | 0.44% | - |
| HSV(B) | 240º | 0.9% | 0.79% | - |
| XYZ | 11.2 | 4.91 | 56.24 | - |
| YUV | 40.75 | 219 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 202 | 0.90 | 0.90 | 0 | 0.21 | 240 | 0.82 | 0.44 |
| Hex | 14 | 14 | CA | 5A | 5A | 0 | 15 | F0 | 52 | 2C |
| Octal | 24 | 24 | 312 | 132 | 132 | 0 | 25 | 360 | 122 | 54 |
| Binary | 10100 | 10100 | 11001010 | 1011010 | 1011010 | 0 | 10101 | 11110000 | 1010010 | 101100 |
Color Harmonies of #1414CA
Complementary color
Monochromatic Colors of #1414CA
Black with #1414CA
Text Example
Text Example
White with #1414CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1414CA; }
p { color: rgb(20,20,202); }
H1.HeaderClassName
{
color: #1414CA;
}
.AnyTagClassName
{
color: #1414CA;
}
</style>
background-color css
<style>
a { background-color: #1414CA; }
a { background-color: rgb(20,20,202); }
div.DivClassName
{
background-color: #1414CA;
}
.BgClassName
{
background-color: #1414CA;
}
</style>
border-color css
<style>
span { border-color: #1414CA; }
span { border-color: rgb(20,20,202); }
td.TdClassName
{
border-color: #1414CA;
}
.TagClassName
{
border-color: #1414CA;
}
</style>