Shades of Blue #1306FD
Tints of Blue #1306FD
RGB
CMYK
RGB Variations
Color information
#1306FD (or 0x1306FD) is known color: Blue. HEX triplet: 13, 06 and FD. RGB value is (19,6,253). Sum of RGB (Red+Green+Blue) = 19+6+253=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 253 (99.22% from 255 or 91.01% from 278); Max value from RGB is 253 - color contains mainly: blue. Hex color #1306FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1306FD is #ECF902. Grayscale: #252525. Windows color (decimal): -15530243 or 16582163. OLE color: 16582163.
HSL color Cylindrical-coordinate representation of color #1306FD: hue angle of 243.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1306FD is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 6 | 253 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.01 |
| HSL | 243.16º | 0.98% | 0.51% | - |
| HSV(B) | 243.16º | 0.98% | 0.99% | - |
| XYZ | 18.06 | 7.36 | 93.4 | - |
| YUV | 38.05 | 249.31 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 253 | 0.92 | 0.98 | 0 | 0.01 | 243.16 | 0.98 | 0.51 |
| Hex | 13 | 6 | FD | 5C | 62 | 0 | 1 | F3 | 62 | 33 |
| Octal | 23 | 6 | 375 | 134 | 142 | 0 | 1 | 363 | 142 | 63 |
| Binary | 10011 | 110 | 11111101 | 1011100 | 1100010 | 0 | 1 | 11110011 | 1100010 | 110011 |
Color Harmonies of #1306FD
Complementary color
Monochromatic Colors of #1306FD
Black with #1306FD
Text Example
Text Example
White with #1306FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1306FD; }
p { color: rgb(19,6,253); }
H1.HeaderClassName
{
color: #1306FD;
}
.AnyTagClassName
{
color: #1306FD;
}
</style>
background-color css
<style>
a { background-color: #1306FD; }
a { background-color: rgb(19,6,253); }
div.DivClassName
{
background-color: #1306FD;
}
.BgClassName
{
background-color: #1306FD;
}
</style>
border-color css
<style>
span { border-color: #1306FD; }
span { border-color: rgb(19,6,253); }
td.TdClassName
{
border-color: #1306FD;
}
.TagClassName
{
border-color: #1306FD;
}
</style>