Shades of Persian Blue #1337C6
Tints of Persian Blue #1337C6
RGB
CMYK
RGB Variations
Color information
#1337C6 (or 0x1337C6) is known color: Persian Blue. HEX triplet: 13, 37 and C6. RGB value is (19,55,198). Sum of RGB (Red+Green+Blue) = 19+55+198=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 198 (77.73% from 255 or 72.79% from 272); Max value from RGB is 198 - color contains mainly: blue. Hex color #1337C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337C6 is #ECC839. Grayscale: #3B3B3B. Windows color (decimal): -15517754 or 12990227. OLE color: 12990227.
HSL color Cylindrical-coordinate representation of color #1337C6: hue angle of 227.93º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1337C6 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 55 | 198 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.22 |
| HSL | 227.93º | 0.82% | 0.43% | - |
| HSV(B) | 227.93º | 0.9% | 0.78% | - |
| XYZ | 11.83 | 6.95 | 54.14 | - |
| YUV | 60.54 | 205.57 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 198 | 0.90 | 0.72 | 0 | 0.22 | 227.93 | 0.82 | 0.43 |
| Hex | 13 | 37 | C6 | 5A | 48 | 0 | 16 | E4 | 52 | 2B |
| Octal | 23 | 67 | 306 | 132 | 110 | 0 | 26 | 344 | 122 | 53 |
| Binary | 10011 | 110111 | 11000110 | 1011010 | 1001000 | 0 | 10110 | 11100100 | 1010010 | 101011 |
Color Harmonies of #1337C6
Complementary color
Monochromatic Colors of #1337C6
Black with #1337C6
Text Example
Text Example
White with #1337C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337C6; }
p { color: rgb(19,55,198); }
H1.HeaderClassName
{
color: #1337C6;
}
.AnyTagClassName
{
color: #1337C6;
}
</style>
background-color css
<style>
a { background-color: #1337C6; }
a { background-color: rgb(19,55,198); }
div.DivClassName
{
background-color: #1337C6;
}
.BgClassName
{
background-color: #1337C6;
}
</style>
border-color css
<style>
span { border-color: #1337C6; }
span { border-color: rgb(19,55,198); }
td.TdClassName
{
border-color: #1337C6;
}
.TagClassName
{
border-color: #1337C6;
}
</style>