Shades of Medium Blue #1406CE
Tints of Medium Blue #1406CE
RGB
CMYK
RGB Variations
Color information
#1406CE (or 0x1406CE) is known color: Medium Blue. HEX triplet: 14, 06 and CE. RGB value is (20,6,206). Sum of RGB (Red+Green+Blue) = 20+6+206=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #1406CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1406CE is #EBF931. Grayscale: #202020. Windows color (decimal): -15464754 or 13501972. OLE color: 13501972.
HSL color Cylindrical-coordinate representation of color #1406CE: hue angle of 244.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1406CE is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 6 | 206 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.19 |
| HSL | 244.2º | 0.94% | 0.42% | - |
| HSV(B) | 244.2º | 0.97% | 0.81% | - |
| XYZ | 11.49 | 4.74 | 58.7 | - |
| YUV | 32.99 | 225.64 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 206 | 0.90 | 0.97 | 0 | 0.19 | 244.2 | 0.94 | 0.42 |
| Hex | 14 | 6 | CE | 5A | 61 | 0 | 13 | F4 | 5E | 2A |
| Octal | 24 | 6 | 316 | 132 | 141 | 0 | 23 | 364 | 136 | 52 |
| Binary | 10100 | 110 | 11001110 | 1011010 | 1100001 | 0 | 10011 | 11110100 | 1011110 | 101010 |
Color Harmonies of #1406CE
Complementary color
Monochromatic Colors of #1406CE
Black with #1406CE
Text Example
Text Example
White with #1406CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1406CE; }
p { color: rgb(20,6,206); }
H1.HeaderClassName
{
color: #1406CE;
}
.AnyTagClassName
{
color: #1406CE;
}
</style>
background-color css
<style>
a { background-color: #1406CE; }
a { background-color: rgb(20,6,206); }
div.DivClassName
{
background-color: #1406CE;
}
.BgClassName
{
background-color: #1406CE;
}
</style>
border-color css
<style>
span { border-color: #1406CE; }
span { border-color: rgb(20,6,206); }
td.TdClassName
{
border-color: #1406CE;
}
.TagClassName
{
border-color: #1406CE;
}
</style>