Shades of Blue #1326FA
Tints of Blue #1326FA
RGB
CMYK
RGB Variations
Color information
#1326FA (or 0x1326FA) is known color: Blue. HEX triplet: 13, 26 and FA. RGB value is (19,38,250). Sum of RGB (Red+Green+Blue) = 19+38+250=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 250 (98.05% from 255 or 81.43% from 307); Max value from RGB is 250 - color contains mainly: blue. Hex color #1326FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1326FA is #ECD905. Grayscale: #373737. Windows color (decimal): -15522054 or 16393747. OLE color: 16393747.
HSL color Cylindrical-coordinate representation of color #1326FA: hue angle of 235.06º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1326FA is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 38 | 250 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.02 |
| HSL | 235.06º | 0.96% | 0.53% | - |
| HSV(B) | 235.06º | 0.92% | 0.98% | - |
| XYZ | 18.22 | 8.43 | 91.11 | - |
| YUV | 56.49 | 237.21 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 250 | 0.92 | 0.85 | 0 | 0.02 | 235.06 | 0.96 | 0.53 |
| Hex | 13 | 26 | FA | 5C | 55 | 0 | 2 | EB | 60 | 35 |
| Octal | 23 | 46 | 372 | 134 | 125 | 0 | 2 | 353 | 140 | 65 |
| Binary | 10011 | 100110 | 11111010 | 1011100 | 1010101 | 0 | 10 | 11101011 | 1100000 | 110101 |
Color Harmonies of #1326FA
Complementary color
Monochromatic Colors of #1326FA
Black with #1326FA
Text Example
Text Example
White with #1326FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1326FA; }
p { color: rgb(19,38,250); }
H1.HeaderClassName
{
color: #1326FA;
}
.AnyTagClassName
{
color: #1326FA;
}
</style>
background-color css
<style>
a { background-color: #1326FA; }
a { background-color: rgb(19,38,250); }
div.DivClassName
{
background-color: #1326FA;
}
.BgClassName
{
background-color: #1326FA;
}
</style>
border-color css
<style>
span { border-color: #1326FA; }
span { border-color: rgb(19,38,250); }
td.TdClassName
{
border-color: #1326FA;
}
.TagClassName
{
border-color: #1326FA;
}
</style>