Shades of Persian Blue #1337BC
Tints of Persian Blue #1337BC
RGB
CMYK
RGB Variations
Color information
#1337BC (or 0x1337BC) is known color: Persian Blue. HEX triplet: 13, 37 and BC. RGB value is (19,55,188). Sum of RGB (Red+Green+Blue) = 19+55+188=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #1337BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337BC is #ECC843. Grayscale: #3A3A3A. Windows color (decimal): -15517764 or 12334867. OLE color: 12334867.
HSL color Cylindrical-coordinate representation of color #1337BC: hue angle of 227.22º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1337BC is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 55 | 188 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.26 |
| HSL | 227.22º | 0.82% | 0.41% | - |
| HSV(B) | 227.22º | 0.9% | 0.74% | - |
| XYZ | 10.71 | 6.5 | 48.27 | - |
| YUV | 59.4 | 200.57 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 188 | 0.90 | 0.71 | 0 | 0.26 | 227.22 | 0.82 | 0.41 |
| Hex | 13 | 37 | BC | 5A | 47 | 0 | 1A | E3 | 52 | 29 |
| Octal | 23 | 67 | 274 | 132 | 107 | 0 | 32 | 343 | 122 | 51 |
| Binary | 10011 | 110111 | 10111100 | 1011010 | 1000111 | 0 | 11010 | 11100011 | 1010010 | 101001 |
Color Harmonies of #1337BC
Complementary color
Monochromatic Colors of #1337BC
Black with #1337BC
Text Example
Text Example
White with #1337BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337BC; }
p { color: rgb(19,55,188); }
H1.HeaderClassName
{
color: #1337BC;
}
.AnyTagClassName
{
color: #1337BC;
}
</style>
background-color css
<style>
a { background-color: #1337BC; }
a { background-color: rgb(19,55,188); }
div.DivClassName
{
background-color: #1337BC;
}
.BgClassName
{
background-color: #1337BC;
}
</style>
border-color css
<style>
span { border-color: #1337BC; }
span { border-color: rgb(19,55,188); }
td.TdClassName
{
border-color: #1337BC;
}
.TagClassName
{
border-color: #1337BC;
}
</style>