Shades of Blue #1307FF
Tints of Blue #1307FF
RGB
CMYK
RGB Variations
Color information
#1307FF (or 0x1307FF) is known color: Blue. HEX triplet: 13, 07 and FF. RGB value is (19,7,255). Sum of RGB (Red+Green+Blue) = 19+7+255=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 255 (100% from 255 or 90.75% from 281); Max value from RGB is 255 - color contains mainly: blue. Hex color #1307FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1307FF is #ECF800. Grayscale: #252525. Windows color (decimal): -15529985 or 16713491. OLE color: 16713491.
HSL color Cylindrical-coordinate representation of color #1307FF: hue angle of 242.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1307FF is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 7 | 255 | - |
| CMYK | 0.93 | 0.97 | 0 | 0 |
| HSL | 242.9º | 1% | 0.51% | - |
| HSV(B) | 242.9º | 0.97% | 1% | - |
| XYZ | 18.39 | 7.51 | 95.09 | - |
| YUV | 38.86 | 249.98 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 255 | 0.93 | 0.97 | 0 | 0 | 242.9 | 1 | 0.51 |
| Hex | 13 | 7 | FF | 5D | 61 | 0 | 0 | F3 | 64 | 33 |
| Octal | 23 | 7 | 377 | 135 | 141 | 0 | 0 | 363 | 144 | 63 |
| Binary | 10011 | 111 | 11111111 | 1011101 | 1100001 | 0 | 0 | 11110011 | 1100100 | 110011 |
Color Harmonies of #1307FF
Complementary color
Monochromatic Colors of #1307FF
Black with #1307FF
Text Example
Text Example
White with #1307FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1307FF; }
p { color: rgb(19,7,255); }
H1.HeaderClassName
{
color: #1307FF;
}
.AnyTagClassName
{
color: #1307FF;
}
</style>
background-color css
<style>
a { background-color: #1307FF; }
a { background-color: rgb(19,7,255); }
div.DivClassName
{
background-color: #1307FF;
}
.BgClassName
{
background-color: #1307FF;
}
</style>
border-color css
<style>
span { border-color: #1307FF; }
span { border-color: rgb(19,7,255); }
td.TdClassName
{
border-color: #1307FF;
}
.TagClassName
{
border-color: #1307FF;
}
</style>