Shades of Blue #1306FB
Tints of Blue #1306FB
RGB
CMYK
RGB Variations
Color information
#1306FB (or 0x1306FB) is known color: Blue. HEX triplet: 13, 06 and FB. RGB value is (19,6,251). Sum of RGB (Red+Green+Blue) = 19+6+251=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 251 (98.44% from 255 or 90.94% from 276); Max value from RGB is 251 - color contains mainly: blue. Hex color #1306FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1306FB is #ECF904. Grayscale: #242424. Windows color (decimal): -15530245 or 16451091. OLE color: 16451091.
HSL color Cylindrical-coordinate representation of color #1306FB: hue angle of 243.18º degrees, saturation: 0.97, 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 #1306FB is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 6 | 251 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.02 |
| HSL | 243.18º | 0.97% | 0.5% | - |
| HSV(B) | 243.18º | 0.98% | 0.98% | - |
| XYZ | 17.75 | 7.23 | 91.73 | - |
| YUV | 37.82 | 248.31 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 251 | 0.92 | 0.98 | 0 | 0.02 | 243.18 | 0.97 | 0.5 |
| Hex | 13 | 6 | FB | 5C | 62 | 0 | 2 | F3 | 61 | 32 |
| Octal | 23 | 6 | 373 | 134 | 142 | 0 | 2 | 363 | 141 | 62 |
| Binary | 10011 | 110 | 11111011 | 1011100 | 1100010 | 0 | 10 | 11110011 | 1100001 | 110010 |
Color Harmonies of #1306FB
Complementary color
Monochromatic Colors of #1306FB
Black with #1306FB
Text Example
Text Example
White with #1306FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1306FB; }
p { color: rgb(19,6,251); }
H1.HeaderClassName
{
color: #1306FB;
}
.AnyTagClassName
{
color: #1306FB;
}
</style>
background-color css
<style>
a { background-color: #1306FB; }
a { background-color: rgb(19,6,251); }
div.DivClassName
{
background-color: #1306FB;
}
.BgClassName
{
background-color: #1306FB;
}
</style>
border-color css
<style>
span { border-color: #1306FB; }
span { border-color: rgb(19,6,251); }
td.TdClassName
{
border-color: #1306FB;
}
.TagClassName
{
border-color: #1306FB;
}
</style>