Shades of Blue #1F0AE6
Tints of Blue #1F0AE6
RGB
CMYK
RGB Variations
Color information
#1F0AE6 (or 0x1F0AE6) is known color: Blue. HEX triplet: 1F, 0A and E6. RGB value is (31,10,230). Sum of RGB (Red+Green+Blue) = 31+10+230=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 230 (90.23% from 255 or 84.87% from 271); Max value from RGB is 230 - color contains mainly: blue. Hex color #1F0AE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F0AE6 is #E0F519. Grayscale: #282828. Windows color (decimal): -14742810 or 15075871. OLE color: 15075871.
HSL color Cylindrical-coordinate representation of color #1F0AE6: hue angle of 245.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F0AE6 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 10 | 230 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.10 |
| HSL | 245.73º | 0.92% | 0.47% | - |
| HSV(B) | 245.73º | 0.96% | 0.9% | - |
| XYZ | 14.96 | 6.22 | 75.28 | - |
| YUV | 41.36 | 234.46 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 230 | 0.87 | 0.96 | 0 | 0.10 | 245.73 | 0.92 | 0.47 |
| Hex | 1F | A | E6 | 57 | 60 | 0 | A | F6 | 5C | 2F |
| Octal | 37 | 12 | 346 | 127 | 140 | 0 | 12 | 366 | 134 | 57 |
| Binary | 11111 | 1010 | 11100110 | 1010111 | 1100000 | 0 | 1010 | 11110110 | 1011100 | 101111 |
Color Harmonies of #1F0AE6
Complementary color
Monochromatic Colors of #1F0AE6
Black with #1F0AE6
Text Example
Text Example
White with #1F0AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0AE6; }
p { color: rgb(31,10,230); }
H1.HeaderClassName
{
color: #1F0AE6;
}
.AnyTagClassName
{
color: #1F0AE6;
}
</style>
background-color css
<style>
a { background-color: #1F0AE6; }
a { background-color: rgb(31,10,230); }
div.DivClassName
{
background-color: #1F0AE6;
}
.BgClassName
{
background-color: #1F0AE6;
}
</style>
border-color css
<style>
span { border-color: #1F0AE6; }
span { border-color: rgb(31,10,230); }
td.TdClassName
{
border-color: #1F0AE6;
}
.TagClassName
{
border-color: #1F0AE6;
}
</style>