Shades of Blue #1300FF
Tints of Blue #1300FF
RGB
CMYK
RGB Variations
Color information
#1300FF (or 0x1300FF) is known color: Blue. HEX triplet: 13, 00 and FF. RGB value is (19,0,255). Sum of RGB (Red+Green+Blue) = 19+0+255=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 255 (100% from 255 or 93.07% from 274); Max value from RGB is 255 - color contains mainly: blue. Hex color #1300FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1300FF is #ECFF00. Grayscale: #212121. Windows color (decimal): -15531777 or 16711699. OLE color: 16711699.
HSL color Cylindrical-coordinate representation of color #1300FF: hue angle of 244.47º 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 #1300FF is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 0 | 255 | - |
| CMYK | 0.93 | 1 | 0 | 0 |
| HSL | 244.47º | 1% | 0.5% | - |
| HSV(B) | 244.47º | 1% | 1% | - |
| XYZ | 18.32 | 7.36 | 95.06 | - |
| YUV | 34.75 | 252.29 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 255 | 0.93 | 1 | 0 | 0 | 244.47 | 1 | 0.5 |
| Hex | 13 | 0 | FF | 5D | 64 | 0 | 0 | F4 | 64 | 32 |
| Octal | 23 | 0 | 377 | 135 | 144 | 0 | 0 | 364 | 144 | 62 |
| Binary | 10011 | 0 | 11111111 | 1011101 | 1100100 | 0 | 0 | 11110100 | 1100100 | 110010 |
Color Harmonies of #1300FF
Complementary color
Monochromatic Colors of #1300FF
Black with #1300FF
Text Example
Text Example
White with #1300FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300FF; }
p { color: rgb(19,0,255); }
H1.HeaderClassName
{
color: #1300FF;
}
.AnyTagClassName
{
color: #1300FF;
}
</style>
background-color css
<style>
a { background-color: #1300FF; }
a { background-color: rgb(19,0,255); }
div.DivClassName
{
background-color: #1300FF;
}
.BgClassName
{
background-color: #1300FF;
}
</style>
border-color css
<style>
span { border-color: #1300FF; }
span { border-color: rgb(19,0,255); }
td.TdClassName
{
border-color: #1300FF;
}
.TagClassName
{
border-color: #1300FF;
}
</style>