Shades of Blue #1301F9
Tints of Blue #1301F9
RGB
CMYK
RGB Variations
Color information
#1301F9 (or 0x1301F9) is known color: Blue. HEX triplet: 13, 01 and F9. RGB value is (19,1,249). Sum of RGB (Red+Green+Blue) = 19+1+249=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 249 (97.66% from 255 or 92.57% from 269); Max value from RGB is 249 - color contains mainly: blue. Hex color #1301F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1301F9 is #ECFE06. Grayscale: #212121. Windows color (decimal): -15531527 or 16318739. OLE color: 16318739.
HSL color Cylindrical-coordinate representation of color #1301F9: hue angle of 244.35º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1301F9 is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 1 | 249 | - |
| CMYK | 0.92 | 1.00 | 0 | 0.02 |
| HSL | 244.35º | 0.99% | 0.49% | - |
| HSV(B) | 244.35º | 1% | 0.98% | - |
| XYZ | 17.38 | 7 | 90.06 | - |
| YUV | 34.65 | 248.96 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 249 | 0.92 | 1.00 | 0 | 0.02 | 244.35 | 0.99 | 0.49 |
| Hex | 13 | 1 | F9 | 5C | 64 | 0 | 2 | F4 | 63 | 31 |
| Octal | 23 | 1 | 371 | 134 | 144 | 0 | 2 | 364 | 143 | 61 |
| Binary | 10011 | 1 | 11111001 | 1011100 | 1100100 | 0 | 10 | 11110100 | 1100011 | 110001 |
Color Harmonies of #1301F9
Complementary color
Monochromatic Colors of #1301F9
Black with #1301F9
Text Example
Text Example
White with #1301F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1301F9; }
p { color: rgb(19,1,249); }
H1.HeaderClassName
{
color: #1301F9;
}
.AnyTagClassName
{
color: #1301F9;
}
</style>
background-color css
<style>
a { background-color: #1301F9; }
a { background-color: rgb(19,1,249); }
div.DivClassName
{
background-color: #1301F9;
}
.BgClassName
{
background-color: #1301F9;
}
</style>
border-color css
<style>
span { border-color: #1301F9; }
span { border-color: rgb(19,1,249); }
td.TdClassName
{
border-color: #1301F9;
}
.TagClassName
{
border-color: #1301F9;
}
</style>