Shades of Medium Blue #1415C9
Tints of Medium Blue #1415C9
RGB
CMYK
RGB Variations
Color information
#1415C9 (or 0x1415C9) is known color: Medium Blue. HEX triplet: 14, 15 and C9. RGB value is (20,21,201). Sum of RGB (Red+Green+Blue) = 20+21+201=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 201 (78.91% from 255 or 83.06% from 242); Max value from RGB is 201 - color contains mainly: blue. Hex color #1415C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1415C9 is #EBEA36. Grayscale: #282828. Windows color (decimal): -15460919 or 13178132. OLE color: 13178132.
HSL color Cylindrical-coordinate representation of color #1415C9: hue angle of 239.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1415C9 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 21 | 201 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.21 |
| HSL | 239.67º | 0.82% | 0.43% | - |
| HSV(B) | 239.67º | 0.9% | 0.79% | - |
| XYZ | 11.1 | 4.9 | 55.62 | - |
| YUV | 41.22 | 218.17 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 201 | 0.90 | 0.90 | 0 | 0.21 | 239.67 | 0.82 | 0.43 |
| Hex | 14 | 15 | C9 | 5A | 5A | 0 | 15 | F0 | 52 | 2B |
| Octal | 24 | 25 | 311 | 132 | 132 | 0 | 25 | 360 | 122 | 53 |
| Binary | 10100 | 10101 | 11001001 | 1011010 | 1011010 | 0 | 10101 | 11110000 | 1010010 | 101011 |
Color Harmonies of #1415C9
Complementary color
Monochromatic Colors of #1415C9
Black with #1415C9
Text Example
Text Example
White with #1415C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1415C9; }
p { color: rgb(20,21,201); }
H1.HeaderClassName
{
color: #1415C9;
}
.AnyTagClassName
{
color: #1415C9;
}
</style>
background-color css
<style>
a { background-color: #1415C9; }
a { background-color: rgb(20,21,201); }
div.DivClassName
{
background-color: #1415C9;
}
.BgClassName
{
background-color: #1415C9;
}
</style>
border-color css
<style>
span { border-color: #1415C9; }
span { border-color: rgb(20,21,201); }
td.TdClassName
{
border-color: #1415C9;
}
.TagClassName
{
border-color: #1415C9;
}
</style>