Shades of Blue #1325FA
Tints of Blue #1325FA
RGB
CMYK
RGB Variations
Color information
#1325FA (or 0x1325FA) is known color: Blue. HEX triplet: 13, 25 and FA. RGB value is (19,37,250). Sum of RGB (Red+Green+Blue) = 19+37+250=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 250 (98.05% from 255 or 81.70% from 306); Max value from RGB is 250 - color contains mainly: blue. Hex color #1325FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1325FA is #ECDA05. Grayscale: #373737. Windows color (decimal): -15522310 or 16393491. OLE color: 16393491.
HSL color Cylindrical-coordinate representation of color #1325FA: hue angle of 235.32º 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 #1325FA is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 37 | 250 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.02 |
| HSL | 235.32º | 0.96% | 0.53% | - |
| HSV(B) | 235.32º | 0.92% | 0.98% | - |
| XYZ | 18.19 | 8.36 | 91.1 | - |
| YUV | 55.9 | 237.54 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 250 | 0.92 | 0.85 | 0 | 0.02 | 235.32 | 0.96 | 0.53 |
| Hex | 13 | 25 | FA | 5C | 55 | 0 | 2 | EB | 60 | 35 |
| Octal | 23 | 45 | 372 | 134 | 125 | 0 | 2 | 353 | 140 | 65 |
| Binary | 10011 | 100101 | 11111010 | 1011100 | 1010101 | 0 | 10 | 11101011 | 1100000 | 110101 |
Color Harmonies of #1325FA
Complementary color
Monochromatic Colors of #1325FA
Black with #1325FA
Text Example
Text Example
White with #1325FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1325FA; }
p { color: rgb(19,37,250); }
H1.HeaderClassName
{
color: #1325FA;
}
.AnyTagClassName
{
color: #1325FA;
}
</style>
background-color css
<style>
a { background-color: #1325FA; }
a { background-color: rgb(19,37,250); }
div.DivClassName
{
background-color: #1325FA;
}
.BgClassName
{
background-color: #1325FA;
}
</style>
border-color css
<style>
span { border-color: #1325FA; }
span { border-color: rgb(19,37,250); }
td.TdClassName
{
border-color: #1325FA;
}
.TagClassName
{
border-color: #1325FA;
}
</style>