Shades of Persian Blue #1336C7
Tints of Persian Blue #1336C7
RGB
CMYK
RGB Variations
Color information
#1336C7 (or 0x1336C7) is known color: Persian Blue. HEX triplet: 13, 36 and C7. RGB value is (19,54,199). Sum of RGB (Red+Green+Blue) = 19+54+199=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 199 (78.12% from 255 or 73.16% from 272); Max value from RGB is 199 - color contains mainly: blue. Hex color #1336C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1336C7 is #ECC938. Grayscale: #3B3B3B. Windows color (decimal): -15518009 or 13055507. OLE color: 13055507.
HSL color Cylindrical-coordinate representation of color #1336C7: hue angle of 228.33º degrees, saturation: 0.83, 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 #1336C7 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 54 | 199 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.22 |
| HSL | 228.33º | 0.83% | 0.43% | - |
| HSV(B) | 228.33º | 0.9% | 0.78% | - |
| XYZ | 11.9 | 6.9 | 54.74 | - |
| YUV | 60.07 | 206.4 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 199 | 0.90 | 0.73 | 0 | 0.22 | 228.33 | 0.83 | 0.43 |
| Hex | 13 | 36 | C7 | 5A | 49 | 0 | 16 | E4 | 53 | 2B |
| Octal | 23 | 66 | 307 | 132 | 111 | 0 | 26 | 344 | 123 | 53 |
| Binary | 10011 | 110110 | 11000111 | 1011010 | 1001001 | 0 | 10110 | 11100100 | 1010011 | 101011 |
Color Harmonies of #1336C7
Complementary color
Monochromatic Colors of #1336C7
Black with #1336C7
Text Example
Text Example
White with #1336C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1336C7; }
p { color: rgb(19,54,199); }
H1.HeaderClassName
{
color: #1336C7;
}
.AnyTagClassName
{
color: #1336C7;
}
</style>
background-color css
<style>
a { background-color: #1336C7; }
a { background-color: rgb(19,54,199); }
div.DivClassName
{
background-color: #1336C7;
}
.BgClassName
{
background-color: #1336C7;
}
</style>
border-color css
<style>
span { border-color: #1336C7; }
span { border-color: rgb(19,54,199); }
td.TdClassName
{
border-color: #1336C7;
}
.TagClassName
{
border-color: #1336C7;
}
</style>