Shades of Blue #1328FE
Tints of Blue #1328FE
RGB
CMYK
RGB Variations
Color information
#1328FE (or 0x1328FE) is known color: Blue. HEX triplet: 13, 28 and FE. RGB value is (19,40,254). Sum of RGB (Red+Green+Blue) = 19+40+254=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 254 (99.61% from 255 or 81.15% from 313); Max value from RGB is 254 - color contains mainly: blue. Hex color #1328FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1328FE is #ECD701. Grayscale: #393939. Windows color (decimal): -15521538 or 16656403. OLE color: 16656403.
HSL color Cylindrical-coordinate representation of color #1328FE: hue angle of 234.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1328FE is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 40 | 254 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.00 |
| HSL | 234.64º | 0.99% | 0.54% | - |
| HSV(B) | 234.64º | 0.93% | 1% | - |
| XYZ | 18.92 | 8.81 | 94.47 | - |
| YUV | 58.12 | 238.54 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 254 | 0.93 | 0.84 | 0 | 0.00 | 234.64 | 0.99 | 0.54 |
| Hex | 13 | 28 | FE | 5D | 54 | 0 | 0 | EB | 63 | 36 |
| Octal | 23 | 50 | 376 | 135 | 124 | 0 | 0 | 353 | 143 | 66 |
| Binary | 10011 | 101000 | 11111110 | 1011101 | 1010100 | 0 | 0 | 11101011 | 1100011 | 110110 |
Color Harmonies of #1328FE
Complementary color
Monochromatic Colors of #1328FE
Black with #1328FE
Text Example
Text Example
White with #1328FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1328FE; }
p { color: rgb(19,40,254); }
H1.HeaderClassName
{
color: #1328FE;
}
.AnyTagClassName
{
color: #1328FE;
}
</style>
background-color css
<style>
a { background-color: #1328FE; }
a { background-color: rgb(19,40,254); }
div.DivClassName
{
background-color: #1328FE;
}
.BgClassName
{
background-color: #1328FE;
}
</style>
border-color css
<style>
span { border-color: #1328FE; }
span { border-color: rgb(19,40,254); }
td.TdClassName
{
border-color: #1328FE;
}
.TagClassName
{
border-color: #1328FE;
}
</style>