Shades of Blue #1029E9
Tints of Blue #1029E9
RGB
CMYK
RGB Variations
Color information
#1029E9 (or 0x1029E9) is known color: Blue. HEX triplet: 10, 29 and E9. RGB value is (16,41,233). Sum of RGB (Red+Green+Blue) = 16+41+233=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 233 (91.41% from 255 or 80.34% from 290); Max value from RGB is 233 - color contains mainly: blue. Hex color #1029E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1029E9 is #EFD616. Grayscale: #363636. Windows color (decimal): -15717911 or 15280400. OLE color: 15280400.
HSL color Cylindrical-coordinate representation of color #1029E9: hue angle of 233.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1029E9 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 41 | 233 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.09 |
| HSL | 233.09º | 0.87% | 0.49% | - |
| HSV(B) | 233.09º | 0.93% | 0.91% | - |
| XYZ | 15.71 | 7.58 | 77.73 | - |
| YUV | 55.41 | 228.22 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 233 | 0.93 | 0.82 | 0 | 0.09 | 233.09 | 0.87 | 0.49 |
| Hex | 10 | 29 | E9 | 5D | 52 | 0 | 9 | E9 | 57 | 31 |
| Octal | 20 | 51 | 351 | 135 | 122 | 0 | 11 | 351 | 127 | 61 |
| Binary | 10000 | 101001 | 11101001 | 1011101 | 1010010 | 0 | 1001 | 11101001 | 1010111 | 110001 |
Color Harmonies of #1029E9
Complementary color
Monochromatic Colors of #1029E9
Black with #1029E9
Text Example
Text Example
White with #1029E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1029E9; }
p { color: rgb(16,41,233); }
H1.HeaderClassName
{
color: #1029E9;
}
.AnyTagClassName
{
color: #1029E9;
}
</style>
background-color css
<style>
a { background-color: #1029E9; }
a { background-color: rgb(16,41,233); }
div.DivClassName
{
background-color: #1029E9;
}
.BgClassName
{
background-color: #1029E9;
}
</style>
border-color css
<style>
span { border-color: #1029E9; }
span { border-color: rgb(16,41,233); }
td.TdClassName
{
border-color: #1029E9;
}
.TagClassName
{
border-color: #1029E9;
}
</style>