Shades of Blue #1323FF
Tints of Blue #1323FF
RGB
CMYK
RGB Variations
Color information
#1323FF (or 0x1323FF) is known color: Blue. HEX triplet: 13, 23 and FF. RGB value is (19,35,255). Sum of RGB (Red+Green+Blue) = 19+35+255=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #1323FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1323FF is #ECDC00. Grayscale: #363636. Windows color (decimal): -15522817 or 16720659. OLE color: 16720659.
HSL color Cylindrical-coordinate representation of color #1323FF: hue angle of 235.93º 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 #1323FF is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 35 | 255 | - |
| CMYK | 0.93 | 0.86 | 0 | 0 |
| HSL | 235.93º | 1% | 0.54% | - |
| HSV(B) | 235.93º | 0.93% | 1% | - |
| XYZ | 18.92 | 8.56 | 95.26 | - |
| YUV | 55.3 | 240.7 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 255 | 0.93 | 0.86 | 0 | 0 | 235.93 | 1 | 0.54 |
| Hex | 13 | 23 | FF | 5D | 56 | 0 | 0 | EC | 64 | 36 |
| Octal | 23 | 43 | 377 | 135 | 126 | 0 | 0 | 354 | 144 | 66 |
| Binary | 10011 | 100011 | 11111111 | 1011101 | 1010110 | 0 | 0 | 11101100 | 1100100 | 110110 |
Color Harmonies of #1323FF
Complementary color
Monochromatic Colors of #1323FF
Black with #1323FF
Text Example
Text Example
White with #1323FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1323FF; }
p { color: rgb(19,35,255); }
H1.HeaderClassName
{
color: #1323FF;
}
.AnyTagClassName
{
color: #1323FF;
}
</style>
background-color css
<style>
a { background-color: #1323FF; }
a { background-color: rgb(19,35,255); }
div.DivClassName
{
background-color: #1323FF;
}
.BgClassName
{
background-color: #1323FF;
}
</style>
border-color css
<style>
span { border-color: #1323FF; }
span { border-color: rgb(19,35,255); }
td.TdClassName
{
border-color: #1323FF;
}
.TagClassName
{
border-color: #1323FF;
}
</style>