Shades of Blue #1336FF
Tints of Blue #1336FF
RGB
CMYK
RGB Variations
Color information
#1336FF (or 0x1336FF) is known color: Blue. HEX triplet: 13, 36 and FF. RGB value is (19,54,255). Sum of RGB (Red+Green+Blue) = 19+54+255=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #1336FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1336FF is #ECC900. Grayscale: #414141. Windows color (decimal): -15517953 or 16725523. OLE color: 16725523.
HSL color Cylindrical-coordinate representation of color #1336FF: hue angle of 231.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1336FF is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 54 | 255 | - |
| CMYK | 0.93 | 0.79 | 0 | 0 |
| HSL | 231.1º | 1% | 0.54% | - |
| HSV(B) | 231.1º | 0.93% | 1% | - |
| XYZ | 19.64 | 10 | 95.5 | - |
| YUV | 66.45 | 234.4 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 255 | 0.93 | 0.79 | 0 | 0 | 231.1 | 1 | 0.54 |
| Hex | 13 | 36 | FF | 5D | 4F | 0 | 0 | E7 | 64 | 36 |
| Octal | 23 | 66 | 377 | 135 | 117 | 0 | 0 | 347 | 144 | 66 |
| Binary | 10011 | 110110 | 11111111 | 1011101 | 1001111 | 0 | 0 | 11100111 | 1100100 | 110110 |
Color Harmonies of #1336FF
Complementary color
Monochromatic Colors of #1336FF
Black with #1336FF
Text Example
Text Example
White with #1336FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1336FF; }
p { color: rgb(19,54,255); }
H1.HeaderClassName
{
color: #1336FF;
}
.AnyTagClassName
{
color: #1336FF;
}
</style>
background-color css
<style>
a { background-color: #1336FF; }
a { background-color: rgb(19,54,255); }
div.DivClassName
{
background-color: #1336FF;
}
.BgClassName
{
background-color: #1336FF;
}
</style>
border-color css
<style>
span { border-color: #1336FF; }
span { border-color: rgb(19,54,255); }
td.TdClassName
{
border-color: #1336FF;
}
.TagClassName
{
border-color: #1336FF;
}
</style>