Shades of Blue #1323FC
Tints of Blue #1323FC
RGB
CMYK
RGB Variations
Color information
#1323FC (or 0x1323FC) is known color: Blue. HEX triplet: 13, 23 and FC. RGB value is (19,35,252). Sum of RGB (Red+Green+Blue) = 19+35+252=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 252 (98.83% from 255 or 82.35% from 306); Max value from RGB is 252 - color contains mainly: blue. Hex color #1323FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1323FC is #ECDC03. Grayscale: #363636. Windows color (decimal): -15522820 or 16524051. OLE color: 16524051.
HSL color Cylindrical-coordinate representation of color #1323FC: hue angle of 235.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1323FC is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 35 | 252 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.01 |
| HSL | 235.88º | 0.97% | 0.53% | - |
| HSV(B) | 235.88º | 0.92% | 0.99% | - |
| XYZ | 18.44 | 8.37 | 92.74 | - |
| YUV | 54.95 | 239.2 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 252 | 0.92 | 0.86 | 0 | 0.01 | 235.88 | 0.97 | 0.53 |
| Hex | 13 | 23 | FC | 5C | 56 | 0 | 1 | EC | 61 | 35 |
| Octal | 23 | 43 | 374 | 134 | 126 | 0 | 1 | 354 | 141 | 65 |
| Binary | 10011 | 100011 | 11111100 | 1011100 | 1010110 | 0 | 1 | 11101100 | 1100001 | 110101 |
Color Harmonies of #1323FC
Complementary color
Monochromatic Colors of #1323FC
Black with #1323FC
Text Example
Text Example
White with #1323FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1323FC; }
p { color: rgb(19,35,252); }
H1.HeaderClassName
{
color: #1323FC;
}
.AnyTagClassName
{
color: #1323FC;
}
</style>
background-color css
<style>
a { background-color: #1323FC; }
a { background-color: rgb(19,35,252); }
div.DivClassName
{
background-color: #1323FC;
}
.BgClassName
{
background-color: #1323FC;
}
</style>
border-color css
<style>
span { border-color: #1323FC; }
span { border-color: rgb(19,35,252); }
td.TdClassName
{
border-color: #1323FC;
}
.TagClassName
{
border-color: #1323FC;
}
</style>