Shades of Blue #1329FF
Tints of Blue #1329FF
RGB
CMYK
RGB Variations
Color information
#1329FF (or 0x1329FF) is known color: Blue. HEX triplet: 13, 29 and FF. RGB value is (19,41,255). Sum of RGB (Red+Green+Blue) = 19+41+255=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #1329FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1329FF is #ECD600. Grayscale: #393939. Windows color (decimal): -15521281 or 16722195. OLE color: 16722195.
HSL color Cylindrical-coordinate representation of color #1329FF: hue angle of 234.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1329FF is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 41 | 255 | - |
| CMYK | 0.93 | 0.84 | 0 | 0 |
| HSL | 234.41º | 1% | 0.54% | - |
| HSV(B) | 234.41º | 0.93% | 1% | - |
| XYZ | 19.11 | 8.94 | 95.33 | - |
| YUV | 58.82 | 238.71 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 255 | 0.93 | 0.84 | 0 | 0 | 234.41 | 1 | 0.54 |
| Hex | 13 | 29 | FF | 5D | 54 | 0 | 0 | EA | 64 | 36 |
| Octal | 23 | 51 | 377 | 135 | 124 | 0 | 0 | 352 | 144 | 66 |
| Binary | 10011 | 101001 | 11111111 | 1011101 | 1010100 | 0 | 0 | 11101010 | 1100100 | 110110 |
Color Harmonies of #1329FF
Complementary color
Monochromatic Colors of #1329FF
Black with #1329FF
Text Example
Text Example
White with #1329FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1329FF; }
p { color: rgb(19,41,255); }
H1.HeaderClassName
{
color: #1329FF;
}
.AnyTagClassName
{
color: #1329FF;
}
</style>
background-color css
<style>
a { background-color: #1329FF; }
a { background-color: rgb(19,41,255); }
div.DivClassName
{
background-color: #1329FF;
}
.BgClassName
{
background-color: #1329FF;
}
</style>
border-color css
<style>
span { border-color: #1329FF; }
span { border-color: rgb(19,41,255); }
td.TdClassName
{
border-color: #1329FF;
}
.TagClassName
{
border-color: #1329FF;
}
</style>