Shades of Medium Blue #1409C8
Tints of Medium Blue #1409C8
RGB
CMYK
RGB Variations
Color information
#1409C8 (or 0x1409C8) is known color: Medium Blue. HEX triplet: 14, 09 and C8. RGB value is (20,9,200). Sum of RGB (Red+Green+Blue) = 20+9+200=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 200 (78.52% from 255 or 87.34% from 229); Max value from RGB is 200 - color contains mainly: blue. Hex color #1409C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409C8 is #EBF637. Grayscale: #212121. Windows color (decimal): -15463992 or 13109524. OLE color: 13109524.
HSL color Cylindrical-coordinate representation of color #1409C8: hue angle of 243.46º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1409C8 is Cyan = 0.9, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 9 | 200 | - |
| CMYK | 0.9 | 0.96 | 0 | 0.22 |
| HSL | 243.46º | 0.91% | 0.41% | - |
| HSV(B) | 243.46º | 0.96% | 0.78% | - |
| XYZ | 10.81 | 4.51 | 54.95 | - |
| YUV | 34.06 | 221.64 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 200 | 0.9 | 0.96 | 0 | 0.22 | 243.46 | 0.91 | 0.41 |
| Hex | 14 | 9 | C8 | 5A | 60 | 0 | 16 | F3 | 5B | 29 |
| Octal | 24 | 11 | 310 | 132 | 140 | 0 | 26 | 363 | 133 | 51 |
| Binary | 10100 | 1001 | 11001000 | 1011010 | 1100000 | 0 | 10110 | 11110011 | 1011011 | 101001 |
Color Harmonies of #1409C8
Complementary color
Monochromatic Colors of #1409C8
Black with #1409C8
Text Example
Text Example
White with #1409C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1409C8; }
p { color: rgb(20,9,200); }
H1.HeaderClassName
{
color: #1409C8;
}
.AnyTagClassName
{
color: #1409C8;
}
</style>
background-color css
<style>
a { background-color: #1409C8; }
a { background-color: rgb(20,9,200); }
div.DivClassName
{
background-color: #1409C8;
}
.BgClassName
{
background-color: #1409C8;
}
</style>
border-color css
<style>
span { border-color: #1409C8; }
span { border-color: rgb(20,9,200); }
td.TdClassName
{
border-color: #1409C8;
}
.TagClassName
{
border-color: #1409C8;
}
</style>