Shades of Persian Blue #1337CE
Tints of Persian Blue #1337CE
RGB
CMYK
RGB Variations
Color information
#1337CE (or 0x1337CE) is known color: Persian Blue. HEX triplet: 13, 37 and CE. RGB value is (19,55,206). Sum of RGB (Red+Green+Blue) = 19+55+206=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #1337CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337CE is #ECC831. Grayscale: #3C3C3C. Windows color (decimal): -15517746 or 13514515. OLE color: 13514515.
HSL color Cylindrical-coordinate representation of color #1337CE: hue angle of 228.45º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1337CE is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 55 | 206 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.19 |
| HSL | 228.45º | 0.83% | 0.44% | - |
| HSV(B) | 228.45º | 0.91% | 0.81% | - |
| XYZ | 12.78 | 7.33 | 59.13 | - |
| YUV | 61.45 | 209.57 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 206 | 0.91 | 0.73 | 0 | 0.19 | 228.45 | 0.83 | 0.44 |
| Hex | 13 | 37 | CE | 5B | 49 | 0 | 13 | E4 | 53 | 2C |
| Octal | 23 | 67 | 316 | 133 | 111 | 0 | 23 | 344 | 123 | 54 |
| Binary | 10011 | 110111 | 11001110 | 1011011 | 1001001 | 0 | 10011 | 11100100 | 1010011 | 101100 |
Color Harmonies of #1337CE
Complementary color
Monochromatic Colors of #1337CE
Black with #1337CE
Text Example
Text Example
White with #1337CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337CE; }
p { color: rgb(19,55,206); }
H1.HeaderClassName
{
color: #1337CE;
}
.AnyTagClassName
{
color: #1337CE;
}
</style>
background-color css
<style>
a { background-color: #1337CE; }
a { background-color: rgb(19,55,206); }
div.DivClassName
{
background-color: #1337CE;
}
.BgClassName
{
background-color: #1337CE;
}
</style>
border-color css
<style>
span { border-color: #1337CE; }
span { border-color: rgb(19,55,206); }
td.TdClassName
{
border-color: #1337CE;
}
.TagClassName
{
border-color: #1337CE;
}
</style>