Shades of Blue #1306FF
Tints of Blue #1306FF
RGB
CMYK
RGB Variations
Color information
#1306FF (or 0x1306FF) is known color: Blue. HEX triplet: 13, 06 and FF. RGB value is (19,6,255). Sum of RGB (Red+Green+Blue) = 19+6+255=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 255 (100% from 255 or 91.07% from 280); Max value from RGB is 255 - color contains mainly: blue. Hex color #1306FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1306FF is #ECF900. Grayscale: #252525. Windows color (decimal): -15530241 or 16713235. OLE color: 16713235.
HSL color Cylindrical-coordinate representation of color #1306FF: hue angle of 243.13º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1306FF is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 6 | 255 | - |
| CMYK | 0.93 | 0.98 | 0 | 0 |
| HSL | 243.13º | 1% | 0.51% | - |
| HSV(B) | 243.13º | 0.98% | 1% | - |
| XYZ | 18.38 | 7.49 | 95.08 | - |
| YUV | 38.27 | 250.31 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 255 | 0.93 | 0.98 | 0 | 0 | 243.13 | 1 | 0.51 |
| Hex | 13 | 6 | FF | 5D | 62 | 0 | 0 | F3 | 64 | 33 |
| Octal | 23 | 6 | 377 | 135 | 142 | 0 | 0 | 363 | 144 | 63 |
| Binary | 10011 | 110 | 11111111 | 1011101 | 1100010 | 0 | 0 | 11110011 | 1100100 | 110011 |
Color Harmonies of #1306FF
Complementary color
Monochromatic Colors of #1306FF
Black with #1306FF
Text Example
Text Example
White with #1306FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1306FF; }
p { color: rgb(19,6,255); }
H1.HeaderClassName
{
color: #1306FF;
}
.AnyTagClassName
{
color: #1306FF;
}
</style>
background-color css
<style>
a { background-color: #1306FF; }
a { background-color: rgb(19,6,255); }
div.DivClassName
{
background-color: #1306FF;
}
.BgClassName
{
background-color: #1306FF;
}
</style>
border-color css
<style>
span { border-color: #1306FF; }
span { border-color: rgb(19,6,255); }
td.TdClassName
{
border-color: #1306FF;
}
.TagClassName
{
border-color: #1306FF;
}
</style>