Shades of Blue #1323F9
Tints of Blue #1323F9
RGB
CMYK
RGB Variations
Color information
#1323F9 (or 0x1323F9) is known color: Blue. HEX triplet: 13, 23 and F9. RGB value is (19,35,249). Sum of RGB (Red+Green+Blue) = 19+35+249=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 249 (97.66% from 255 or 82.18% from 303); Max value from RGB is 249 - color contains mainly: blue. Hex color #1323F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1323F9 is #ECDC06. Grayscale: #353535. Windows color (decimal): -15522823 or 16327443. OLE color: 16327443.
HSL color Cylindrical-coordinate representation of color #1323F9: hue angle of 235.83º degrees, saturation: 0.95, 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 #1323F9 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 35 | 249 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.02 |
| HSL | 235.83º | 0.95% | 0.53% | - |
| HSV(B) | 235.83º | 0.92% | 0.98% | - |
| XYZ | 17.97 | 8.18 | 90.25 | - |
| YUV | 54.61 | 237.7 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 249 | 0.92 | 0.86 | 0 | 0.02 | 235.83 | 0.95 | 0.53 |
| Hex | 13 | 23 | F9 | 5C | 56 | 0 | 2 | EC | 5F | 35 |
| Octal | 23 | 43 | 371 | 134 | 126 | 0 | 2 | 354 | 137 | 65 |
| Binary | 10011 | 100011 | 11111001 | 1011100 | 1010110 | 0 | 10 | 11101100 | 1011111 | 110101 |
Color Harmonies of #1323F9
Complementary color
Monochromatic Colors of #1323F9
Black with #1323F9
Text Example
Text Example
White with #1323F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1323F9; }
p { color: rgb(19,35,249); }
H1.HeaderClassName
{
color: #1323F9;
}
.AnyTagClassName
{
color: #1323F9;
}
</style>
background-color css
<style>
a { background-color: #1323F9; }
a { background-color: rgb(19,35,249); }
div.DivClassName
{
background-color: #1323F9;
}
.BgClassName
{
background-color: #1323F9;
}
</style>
border-color css
<style>
span { border-color: #1323F9; }
span { border-color: rgb(19,35,249); }
td.TdClassName
{
border-color: #1323F9;
}
.TagClassName
{
border-color: #1323F9;
}
</style>