Shades of Blue #1F19EA
Tints of Blue #1F19EA
RGB
CMYK
RGB Variations
Color information
#1F19EA (or 0x1F19EA) is known color: Blue. HEX triplet: 1F, 19 and EA. RGB value is (31,25,234). Sum of RGB (Red+Green+Blue) = 31+25+234=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 234 (91.80% from 255 or 80.69% from 290); Max value from RGB is 234 - color contains mainly: blue. Hex color #1F19EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F19EA is #E0E615. Grayscale: #313131. Windows color (decimal): -14738966 or 15341855. OLE color: 15341855.
HSL color Cylindrical-coordinate representation of color #1F19EA: hue angle of 241.72º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F19EA is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 25 | 234 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.08 |
| HSL | 241.72º | 0.83% | 0.51% | - |
| HSV(B) | 241.72º | 0.89% | 0.92% | - |
| XYZ | 15.76 | 6.93 | 78.35 | - |
| YUV | 50.62 | 231.49 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 234 | 0.87 | 0.89 | 0 | 0.08 | 241.72 | 0.83 | 0.51 |
| Hex | 1F | 19 | EA | 57 | 59 | 0 | 8 | F2 | 53 | 33 |
| Octal | 37 | 31 | 352 | 127 | 131 | 0 | 10 | 362 | 123 | 63 |
| Binary | 11111 | 11001 | 11101010 | 1010111 | 1011001 | 0 | 1000 | 11110010 | 1010011 | 110011 |
Color Harmonies of #1F19EA
Complementary color
Monochromatic Colors of #1F19EA
Black with #1F19EA
Text Example
Text Example
White with #1F19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F19EA; }
p { color: rgb(31,25,234); }
H1.HeaderClassName
{
color: #1F19EA;
}
.AnyTagClassName
{
color: #1F19EA;
}
</style>
background-color css
<style>
a { background-color: #1F19EA; }
a { background-color: rgb(31,25,234); }
div.DivClassName
{
background-color: #1F19EA;
}
.BgClassName
{
background-color: #1F19EA;
}
</style>
border-color css
<style>
span { border-color: #1F19EA; }
span { border-color: rgb(31,25,234); }
td.TdClassName
{
border-color: #1F19EA;
}
.TagClassName
{
border-color: #1F19EA;
}
</style>