Shades of Blue #1323FA
Tints of Blue #1323FA
RGB
CMYK
RGB Variations
Color information
#1323FA (or 0x1323FA) is known color: Blue. HEX triplet: 13, 23 and FA. RGB value is (19,35,250). Sum of RGB (Red+Green+Blue) = 19+35+250=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 250 (98.05% from 255 or 82.24% from 304); Max value from RGB is 250 - color contains mainly: blue. Hex color #1323FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1323FA is #ECDC05. Grayscale: #353535. Windows color (decimal): -15522822 or 16392979. OLE color: 16392979.
HSL color Cylindrical-coordinate representation of color #1323FA: hue angle of 235.84º 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 #1323FA is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 35 | 250 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.02 |
| HSL | 235.84º | 0.96% | 0.53% | - |
| HSV(B) | 235.84º | 0.92% | 0.98% | - |
| XYZ | 18.12 | 8.24 | 91.08 | - |
| YUV | 54.73 | 238.2 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 250 | 0.92 | 0.86 | 0 | 0.02 | 235.84 | 0.96 | 0.53 |
| Hex | 13 | 23 | FA | 5C | 56 | 0 | 2 | EC | 60 | 35 |
| Octal | 23 | 43 | 372 | 134 | 126 | 0 | 2 | 354 | 140 | 65 |
| Binary | 10011 | 100011 | 11111010 | 1011100 | 1010110 | 0 | 10 | 11101100 | 1100000 | 110101 |
Color Harmonies of #1323FA
Complementary color
Monochromatic Colors of #1323FA
Black with #1323FA
Text Example
Text Example
White with #1323FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1323FA; }
p { color: rgb(19,35,250); }
H1.HeaderClassName
{
color: #1323FA;
}
.AnyTagClassName
{
color: #1323FA;
}
</style>
background-color css
<style>
a { background-color: #1323FA; }
a { background-color: rgb(19,35,250); }
div.DivClassName
{
background-color: #1323FA;
}
.BgClassName
{
background-color: #1323FA;
}
</style>
border-color css
<style>
span { border-color: #1323FA; }
span { border-color: rgb(19,35,250); }
td.TdClassName
{
border-color: #1323FA;
}
.TagClassName
{
border-color: #1323FA;
}
</style>