Shades of Blue #1921EC
Tints of Blue #1921EC
RGB
CMYK
RGB Variations
Color information
#1921EC (or 0x1921EC) is known color: Blue. HEX triplet: 19, 21 and EC. RGB value is (25,33,236). Sum of RGB (Red+Green+Blue) = 25+33+236=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 236 (92.58% from 255 or 80.27% from 294); Max value from RGB is 236 - color contains mainly: blue. Hex color #1921EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1921EC is #E6DE13. Grayscale: #343434. Windows color (decimal): -15130132 or 15474969. OLE color: 15474969.
HSL color Cylindrical-coordinate representation of color #1921EC: hue angle of 237.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1921EC is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 33 | 236 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.07 |
| HSL | 237.73º | 0.85% | 0.51% | - |
| HSV(B) | 237.73º | 0.89% | 0.93% | - |
| XYZ | 16.09 | 7.35 | 79.93 | - |
| YUV | 53.75 | 230.85 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 236 | 0.89 | 0.86 | 0 | 0.07 | 237.73 | 0.85 | 0.51 |
| Hex | 19 | 21 | EC | 59 | 56 | 0 | 7 | EE | 55 | 33 |
| Octal | 31 | 41 | 354 | 131 | 126 | 0 | 7 | 356 | 125 | 63 |
| Binary | 11001 | 100001 | 11101100 | 1011001 | 1010110 | 0 | 111 | 11101110 | 1010101 | 110011 |
Color Harmonies of #1921EC
Complementary color
Monochromatic Colors of #1921EC
Black with #1921EC
Text Example
Text Example
White with #1921EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1921EC; }
p { color: rgb(25,33,236); }
H1.HeaderClassName
{
color: #1921EC;
}
.AnyTagClassName
{
color: #1921EC;
}
</style>
background-color css
<style>
a { background-color: #1921EC; }
a { background-color: rgb(25,33,236); }
div.DivClassName
{
background-color: #1921EC;
}
.BgClassName
{
background-color: #1921EC;
}
</style>
border-color css
<style>
span { border-color: #1921EC; }
span { border-color: rgb(25,33,236); }
td.TdClassName
{
border-color: #1921EC;
}
.TagClassName
{
border-color: #1921EC;
}
</style>