Shades of Blue #1306FA
Tints of Blue #1306FA
RGB
CMYK
RGB Variations
Color information
#1306FA (or 0x1306FA) is known color: Blue. HEX triplet: 13, 06 and FA. RGB value is (19,6,250). Sum of RGB (Red+Green+Blue) = 19+6+250=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 250 (98.05% from 255 or 90.91% from 275); Max value from RGB is 250 - color contains mainly: blue. Hex color #1306FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1306FA is #ECF905. Grayscale: #242424. Windows color (decimal): -15530246 or 16385555. OLE color: 16385555.
HSL color Cylindrical-coordinate representation of color #1306FA: hue angle of 243.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1306FA is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 6 | 250 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.02 |
| HSL | 243.2º | 0.96% | 0.5% | - |
| HSV(B) | 243.2º | 0.98% | 0.98% | - |
| XYZ | 17.59 | 7.17 | 90.9 | - |
| YUV | 37.7 | 247.81 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 250 | 0.92 | 0.98 | 0 | 0.02 | 243.2 | 0.96 | 0.5 |
| Hex | 13 | 6 | FA | 5C | 62 | 0 | 2 | F3 | 60 | 32 |
| Octal | 23 | 6 | 372 | 134 | 142 | 0 | 2 | 363 | 140 | 62 |
| Binary | 10011 | 110 | 11111010 | 1011100 | 1100010 | 0 | 10 | 11110011 | 1100000 | 110010 |
Color Harmonies of #1306FA
Complementary color
Monochromatic Colors of #1306FA
Black with #1306FA
Text Example
Text Example
White with #1306FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1306FA; }
p { color: rgb(19,6,250); }
H1.HeaderClassName
{
color: #1306FA;
}
.AnyTagClassName
{
color: #1306FA;
}
</style>
background-color css
<style>
a { background-color: #1306FA; }
a { background-color: rgb(19,6,250); }
div.DivClassName
{
background-color: #1306FA;
}
.BgClassName
{
background-color: #1306FA;
}
</style>
border-color css
<style>
span { border-color: #1306FA; }
span { border-color: rgb(19,6,250); }
td.TdClassName
{
border-color: #1306FA;
}
.TagClassName
{
border-color: #1306FA;
}
</style>