Shades of Medium Blue #1A14CE
Tints of Medium Blue #1A14CE
RGB
CMYK
RGB Variations
Color information
#1A14CE (or 0x1A14CE) is known color: Medium Blue. HEX triplet: 1A, 14 and CE. RGB value is (26,20,206). Sum of RGB (Red+Green+Blue) = 26+20+206=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A14CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A14CE is #E5EB31. Grayscale: #2A2A2A. Windows color (decimal): -15067954 or 13505562. OLE color: 13505562.
HSL color Cylindrical-coordinate representation of color #1A14CE: hue angle of 241.94º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A14CE is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 20 | 206 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.19 |
| HSL | 241.94º | 0.82% | 0.44% | - |
| HSV(B) | 241.94º | 0.9% | 0.81% | - |
| XYZ | 11.82 | 5.18 | 58.77 | - |
| YUV | 43 | 219.99 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 206 | 0.87 | 0.90 | 0 | 0.19 | 241.94 | 0.82 | 0.44 |
| Hex | 1A | 14 | CE | 57 | 5A | 0 | 13 | F2 | 52 | 2C |
| Octal | 32 | 24 | 316 | 127 | 132 | 0 | 23 | 362 | 122 | 54 |
| Binary | 11010 | 10100 | 11001110 | 1010111 | 1011010 | 0 | 10011 | 11110010 | 1010010 | 101100 |
Color Harmonies of #1A14CE
Complementary color
Monochromatic Colors of #1A14CE
Black with #1A14CE
Text Example
Text Example
White with #1A14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A14CE; }
p { color: rgb(26,20,206); }
H1.HeaderClassName
{
color: #1A14CE;
}
.AnyTagClassName
{
color: #1A14CE;
}
</style>
background-color css
<style>
a { background-color: #1A14CE; }
a { background-color: rgb(26,20,206); }
div.DivClassName
{
background-color: #1A14CE;
}
.BgClassName
{
background-color: #1A14CE;
}
</style>
border-color css
<style>
span { border-color: #1A14CE; }
span { border-color: rgb(26,20,206); }
td.TdClassName
{
border-color: #1A14CE;
}
.TagClassName
{
border-color: #1A14CE;
}
</style>