Shades of Blue #1324FF
Tints of Blue #1324FF
RGB
CMYK
RGB Variations
Color information
#1324FF (or 0x1324FF) is known color: Blue. HEX triplet: 13, 24 and FF. RGB value is (19,36,255). Sum of RGB (Red+Green+Blue) = 19+36+255=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #1324FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1324FF is #ECDB00. Grayscale: #363636. Windows color (decimal): -15522561 or 16720915. OLE color: 16720915.
HSL color Cylindrical-coordinate representation of color #1324FF: hue angle of 235.68º 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 #1324FF is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 36 | 255 | - |
| CMYK | 0.93 | 0.86 | 0 | 0 |
| HSL | 235.68º | 1% | 0.54% | - |
| HSV(B) | 235.68º | 0.93% | 1% | - |
| XYZ | 18.95 | 8.62 | 95.27 | - |
| YUV | 55.88 | 240.37 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 255 | 0.93 | 0.86 | 0 | 0 | 235.68 | 1 | 0.54 |
| Hex | 13 | 24 | FF | 5D | 56 | 0 | 0 | EC | 64 | 36 |
| Octal | 23 | 44 | 377 | 135 | 126 | 0 | 0 | 354 | 144 | 66 |
| Binary | 10011 | 100100 | 11111111 | 1011101 | 1010110 | 0 | 0 | 11101100 | 1100100 | 110110 |
Color Harmonies of #1324FF
Complementary color
Monochromatic Colors of #1324FF
Black with #1324FF
Text Example
Text Example
White with #1324FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1324FF; }
p { color: rgb(19,36,255); }
H1.HeaderClassName
{
color: #1324FF;
}
.AnyTagClassName
{
color: #1324FF;
}
</style>
background-color css
<style>
a { background-color: #1324FF; }
a { background-color: rgb(19,36,255); }
div.DivClassName
{
background-color: #1324FF;
}
.BgClassName
{
background-color: #1324FF;
}
</style>
border-color css
<style>
span { border-color: #1324FF; }
span { border-color: rgb(19,36,255); }
td.TdClassName
{
border-color: #1324FF;
}
.TagClassName
{
border-color: #1324FF;
}
</style>