Shades of Blue #1413E6
Tints of Blue #1413E6
RGB
CMYK
RGB Variations
Color information
#1413E6 (or 0x1413E6) is known color: Blue. HEX triplet: 14, 13 and E6. RGB value is (20,19,230). Sum of RGB (Red+Green+Blue) = 20+19+230=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 230 (90.23% from 255 or 85.50% from 269); Max value from RGB is 230 - color contains mainly: blue. Hex color #1413E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1413E6 is #EBEC19. Grayscale: #2A2A2A. Windows color (decimal): -15461402 or 15078164. OLE color: 15078164.
HSL color Cylindrical-coordinate representation of color #1413E6: hue angle of 240.28º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1413E6 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 19 | 230 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.10 |
| HSL | 240.28º | 0.85% | 0.49% | - |
| HSV(B) | 240.28º | 0.92% | 0.9% | - |
| XYZ | 14.8 | 6.33 | 75.3 | - |
| YUV | 43.35 | 233.33 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 230 | 0.91 | 0.92 | 0 | 0.10 | 240.28 | 0.85 | 0.49 |
| Hex | 14 | 13 | E6 | 5B | 5C | 0 | A | F0 | 55 | 31 |
| Octal | 24 | 23 | 346 | 133 | 134 | 0 | 12 | 360 | 125 | 61 |
| Binary | 10100 | 10011 | 11100110 | 1011011 | 1011100 | 0 | 1010 | 11110000 | 1010101 | 110001 |
Color Harmonies of #1413E6
Complementary color
Monochromatic Colors of #1413E6
Black with #1413E6
Text Example
Text Example
White with #1413E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1413E6; }
p { color: rgb(20,19,230); }
H1.HeaderClassName
{
color: #1413E6;
}
.AnyTagClassName
{
color: #1413E6;
}
</style>
background-color css
<style>
a { background-color: #1413E6; }
a { background-color: rgb(20,19,230); }
div.DivClassName
{
background-color: #1413E6;
}
.BgClassName
{
background-color: #1413E6;
}
</style>
border-color css
<style>
span { border-color: #1413E6; }
span { border-color: rgb(20,19,230); }
td.TdClassName
{
border-color: #1413E6;
}
.TagClassName
{
border-color: #1413E6;
}
</style>