Shades of Blue #1336FC
Tints of Blue #1336FC
RGB
CMYK
RGB Variations
Color information
#1336FC (or 0x1336FC) is known color: Blue. HEX triplet: 13, 36 and FC. RGB value is (19,54,252). Sum of RGB (Red+Green+Blue) = 19+54+252=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 252 (98.83% from 255 or 77.54% from 325); Max value from RGB is 252 - color contains mainly: blue. Hex color #1336FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1336FC is #ECC903. Grayscale: #414141. Windows color (decimal): -15517956 or 16528915. OLE color: 16528915.
HSL color Cylindrical-coordinate representation of color #1336FC: hue angle of 230.99º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1336FC is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 54 | 252 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.01 |
| HSL | 230.99º | 0.97% | 0.53% | - |
| HSV(B) | 230.99º | 0.92% | 0.99% | - |
| XYZ | 19.16 | 9.81 | 92.98 | - |
| YUV | 66.11 | 232.9 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 252 | 0.92 | 0.79 | 0 | 0.01 | 230.99 | 0.97 | 0.53 |
| Hex | 13 | 36 | FC | 5C | 4F | 0 | 1 | E7 | 61 | 35 |
| Octal | 23 | 66 | 374 | 134 | 117 | 0 | 1 | 347 | 141 | 65 |
| Binary | 10011 | 110110 | 11111100 | 1011100 | 1001111 | 0 | 1 | 11100111 | 1100001 | 110101 |
Color Harmonies of #1336FC
Complementary color
Monochromatic Colors of #1336FC
Black with #1336FC
Text Example
Text Example
White with #1336FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1336FC; }
p { color: rgb(19,54,252); }
H1.HeaderClassName
{
color: #1336FC;
}
.AnyTagClassName
{
color: #1336FC;
}
</style>
background-color css
<style>
a { background-color: #1336FC; }
a { background-color: rgb(19,54,252); }
div.DivClassName
{
background-color: #1336FC;
}
.BgClassName
{
background-color: #1336FC;
}
</style>
border-color css
<style>
span { border-color: #1336FC; }
span { border-color: rgb(19,54,252); }
td.TdClassName
{
border-color: #1336FC;
}
.TagClassName
{
border-color: #1336FC;
}
</style>