Shades of Blue #1300FE
Tints of Blue #1300FE
RGB
CMYK
RGB Variations
Color information
#1300FE (or 0x1300FE) is known color: Blue. HEX triplet: 13, 00 and FE. RGB value is (19,0,254). Sum of RGB (Red+Green+Blue) = 19+0+254=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 254 (99.61% from 255 or 93.04% from 273); Max value from RGB is 254 - color contains mainly: blue. Hex color #1300FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1300FE is #ECFF01. Grayscale: #212121. Windows color (decimal): -15531778 or 16646163. OLE color: 16646163.
HSL color Cylindrical-coordinate representation of color #1300FE: hue angle of 244.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300FE is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 0 | 254 | - |
| CMYK | 0.93 | 1 | 0 | 0.00 |
| HSL | 244.49º | 1% | 0.5% | - |
| HSV(B) | 244.49º | 1% | 1% | - |
| XYZ | 18.16 | 7.29 | 94.22 | - |
| YUV | 34.64 | 251.79 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 254 | 0.93 | 1 | 0 | 0.00 | 244.49 | 1 | 0.5 |
| Hex | 13 | 0 | FE | 5D | 64 | 0 | 0 | F4 | 64 | 32 |
| Octal | 23 | 0 | 376 | 135 | 144 | 0 | 0 | 364 | 144 | 62 |
| Binary | 10011 | 0 | 11111110 | 1011101 | 1100100 | 0 | 0 | 11110100 | 1100100 | 110010 |
Color Harmonies of #1300FE
Complementary color
Monochromatic Colors of #1300FE
Black with #1300FE
Text Example
Text Example
White with #1300FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300FE; }
p { color: rgb(19,0,254); }
H1.HeaderClassName
{
color: #1300FE;
}
.AnyTagClassName
{
color: #1300FE;
}
</style>
background-color css
<style>
a { background-color: #1300FE; }
a { background-color: rgb(19,0,254); }
div.DivClassName
{
background-color: #1300FE;
}
.BgClassName
{
background-color: #1300FE;
}
</style>
border-color css
<style>
span { border-color: #1300FE; }
span { border-color: rgb(19,0,254); }
td.TdClassName
{
border-color: #1300FE;
}
.TagClassName
{
border-color: #1300FE;
}
</style>