Shades of Blue #1029EF
Tints of Blue #1029EF
RGB
CMYK
RGB Variations
Color information
#1029EF (or 0x1029EF) is known color: Blue. HEX triplet: 10, 29 and EF. RGB value is (16,41,239). Sum of RGB (Red+Green+Blue) = 16+41+239=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #1029EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1029EF is #EFD610. Grayscale: #373737. Windows color (decimal): -15717905 or 15673616. OLE color: 15673616.
HSL color Cylindrical-coordinate representation of color #1029EF: hue angle of 233.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1029EF is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 41 | 239 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.06 |
| HSL | 233.27º | 0.87% | 0.5% | - |
| HSV(B) | 233.27º | 0.93% | 0.94% | - |
| XYZ | 16.59 | 7.93 | 82.32 | - |
| YUV | 56.1 | 231.22 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 239 | 0.93 | 0.83 | 0 | 0.06 | 233.27 | 0.87 | 0.5 |
| Hex | 10 | 29 | EF | 5D | 53 | 0 | 6 | E9 | 57 | 32 |
| Octal | 20 | 51 | 357 | 135 | 123 | 0 | 6 | 351 | 127 | 62 |
| Binary | 10000 | 101001 | 11101111 | 1011101 | 1010011 | 0 | 110 | 11101001 | 1010111 | 110010 |
Color Harmonies of #1029EF
Complementary color
Monochromatic Colors of #1029EF
Black with #1029EF
Text Example
Text Example
White with #1029EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1029EF; }
p { color: rgb(16,41,239); }
H1.HeaderClassName
{
color: #1029EF;
}
.AnyTagClassName
{
color: #1029EF;
}
</style>
background-color css
<style>
a { background-color: #1029EF; }
a { background-color: rgb(16,41,239); }
div.DivClassName
{
background-color: #1029EF;
}
.BgClassName
{
background-color: #1029EF;
}
</style>
border-color css
<style>
span { border-color: #1029EF; }
span { border-color: rgb(16,41,239); }
td.TdClassName
{
border-color: #1029EF;
}
.TagClassName
{
border-color: #1029EF;
}
</style>