Shades of Medium Blue #1400C9
Tints of Medium Blue #1400C9
RGB
CMYK
RGB Variations
Color information
#1400C9 (or 0x1400C9) is known color: Medium Blue. HEX triplet: 14, 00 and C9. RGB value is (20,0,201). Sum of RGB (Red+Green+Blue) = 20+0+201=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 201 (78.91% from 255 or 90.95% from 221); Max value from RGB is 201 - color contains mainly: blue. Hex color #1400C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1400C9 is #EBFF36. Grayscale: #1C1C1C. Windows color (decimal): -15466295 or 13172756. OLE color: 13172756.
HSL color Cylindrical-coordinate representation of color #1400C9: hue angle of 245.97º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1400C9 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 0 | 201 | - |
| CMYK | 0.90 | 1 | 0 | 0.21 |
| HSL | 245.97º | 1% | 0.39% | - |
| HSV(B) | 245.97º | 1% | 0.79% | - |
| XYZ | 10.83 | 4.37 | 55.53 | - |
| YUV | 28.89 | 225.13 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 201 | 0.90 | 1 | 0 | 0.21 | 245.97 | 1 | 0.39 |
| Hex | 14 | 0 | C9 | 5A | 64 | 0 | 15 | F6 | 64 | 27 |
| Octal | 24 | 0 | 311 | 132 | 144 | 0 | 25 | 366 | 144 | 47 |
| Binary | 10100 | 0 | 11001001 | 1011010 | 1100100 | 0 | 10101 | 11110110 | 1100100 | 100111 |
Color Harmonies of #1400C9
Complementary color
Monochromatic Colors of #1400C9
Black with #1400C9
Text Example
Text Example
White with #1400C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1400C9; }
p { color: rgb(20,0,201); }
H1.HeaderClassName
{
color: #1400C9;
}
.AnyTagClassName
{
color: #1400C9;
}
</style>
background-color css
<style>
a { background-color: #1400C9; }
a { background-color: rgb(20,0,201); }
div.DivClassName
{
background-color: #1400C9;
}
.BgClassName
{
background-color: #1400C9;
}
</style>
border-color css
<style>
span { border-color: #1400C9; }
span { border-color: rgb(20,0,201); }
td.TdClassName
{
border-color: #1400C9;
}
.TagClassName
{
border-color: #1400C9;
}
</style>