Shades of Blue #1327FB
Tints of Blue #1327FB
RGB
CMYK
RGB Variations
Color information
#1327FB (or 0x1327FB) is known color: Blue. HEX triplet: 13, 27 and FB. RGB value is (19,39,251). Sum of RGB (Red+Green+Blue) = 19+39+251=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #1327FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1327FB is #ECD804. Grayscale: #383838. Windows color (decimal): -15521797 or 16459539. OLE color: 16459539.
HSL color Cylindrical-coordinate representation of color #1327FB: hue angle of 234.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1327FB is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 39 | 251 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.02 |
| HSL | 234.83º | 0.97% | 0.53% | - |
| HSV(B) | 234.83º | 0.92% | 0.98% | - |
| XYZ | 18.41 | 8.55 | 91.95 | - |
| YUV | 57.19 | 237.37 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 251 | 0.92 | 0.84 | 0 | 0.02 | 234.83 | 0.97 | 0.53 |
| Hex | 13 | 27 | FB | 5C | 54 | 0 | 2 | EB | 61 | 35 |
| Octal | 23 | 47 | 373 | 134 | 124 | 0 | 2 | 353 | 141 | 65 |
| Binary | 10011 | 100111 | 11111011 | 1011100 | 1010100 | 0 | 10 | 11101011 | 1100001 | 110101 |
Color Harmonies of #1327FB
Complementary color
Monochromatic Colors of #1327FB
Black with #1327FB
Text Example
Text Example
White with #1327FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1327FB; }
p { color: rgb(19,39,251); }
H1.HeaderClassName
{
color: #1327FB;
}
.AnyTagClassName
{
color: #1327FB;
}
</style>
background-color css
<style>
a { background-color: #1327FB; }
a { background-color: rgb(19,39,251); }
div.DivClassName
{
background-color: #1327FB;
}
.BgClassName
{
background-color: #1327FB;
}
</style>
border-color css
<style>
span { border-color: #1327FB; }
span { border-color: rgb(19,39,251); }
td.TdClassName
{
border-color: #1327FB;
}
.TagClassName
{
border-color: #1327FB;
}
</style>