Shades of Blue #1326FF
Tints of Blue #1326FF
RGB
CMYK
RGB Variations
Color information
#1326FF (or 0x1326FF) is known color: Blue. HEX triplet: 13, 26 and FF. RGB value is (19,38,255). Sum of RGB (Red+Green+Blue) = 19+38+255=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 255 (100% from 255 or 81.73% from 312); Max value from RGB is 255 - color contains mainly: blue. Hex color #1326FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1326FF is #ECD900. Grayscale: #383838. Windows color (decimal): -15522049 or 16721427. OLE color: 16721427.
HSL color Cylindrical-coordinate representation of color #1326FF: hue angle of 235.17º 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 #1326FF is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 38 | 255 | - |
| CMYK | 0.93 | 0.85 | 0 | 0 |
| HSL | 235.17º | 1% | 0.54% | - |
| HSV(B) | 235.17º | 0.93% | 1% | - |
| XYZ | 19.01 | 8.74 | 95.29 | - |
| YUV | 57.06 | 239.71 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 255 | 0.93 | 0.85 | 0 | 0 | 235.17 | 1 | 0.54 |
| Hex | 13 | 26 | FF | 5D | 55 | 0 | 0 | EB | 64 | 36 |
| Octal | 23 | 46 | 377 | 135 | 125 | 0 | 0 | 353 | 144 | 66 |
| Binary | 10011 | 100110 | 11111111 | 1011101 | 1010101 | 0 | 0 | 11101011 | 1100100 | 110110 |
Color Harmonies of #1326FF
Complementary color
Monochromatic Colors of #1326FF
Black with #1326FF
Text Example
Text Example
White with #1326FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1326FF; }
p { color: rgb(19,38,255); }
H1.HeaderClassName
{
color: #1326FF;
}
.AnyTagClassName
{
color: #1326FF;
}
</style>
background-color css
<style>
a { background-color: #1326FF; }
a { background-color: rgb(19,38,255); }
div.DivClassName
{
background-color: #1326FF;
}
.BgClassName
{
background-color: #1326FF;
}
</style>
border-color css
<style>
span { border-color: #1326FF; }
span { border-color: rgb(19,38,255); }
td.TdClassName
{
border-color: #1326FF;
}
.TagClassName
{
border-color: #1326FF;
}
</style>