Shades of Persian Blue #1338C1
Tints of Persian Blue #1338C1
RGB
CMYK
RGB Variations
Color information
#1338C1 (or 0x1338C1) is known color: Persian Blue. HEX triplet: 13, 38 and C1. RGB value is (19,56,193). Sum of RGB (Red+Green+Blue) = 19+56+193=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 193 (75.78% from 255 or 72.01% from 268); Max value from RGB is 193 - color contains mainly: blue. Hex color #1338C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338C1 is #ECC73E. Grayscale: #3B3B3B. Windows color (decimal): -15517503 or 12662803. OLE color: 12662803.
HSL color Cylindrical-coordinate representation of color #1338C1: hue angle of 227.24º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1338C1 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 56 | 193 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.24 |
| HSL | 227.24º | 0.82% | 0.42% | - |
| HSV(B) | 227.24º | 0.9% | 0.76% | - |
| XYZ | 11.31 | 6.82 | 51.17 | - |
| YUV | 60.56 | 202.74 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 193 | 0.90 | 0.71 | 0 | 0.24 | 227.24 | 0.82 | 0.42 |
| Hex | 13 | 38 | C1 | 5A | 47 | 0 | 18 | E3 | 52 | 2A |
| Octal | 23 | 70 | 301 | 132 | 107 | 0 | 30 | 343 | 122 | 52 |
| Binary | 10011 | 111000 | 11000001 | 1011010 | 1000111 | 0 | 11000 | 11100011 | 1010010 | 101010 |
Color Harmonies of #1338C1
Complementary color
Monochromatic Colors of #1338C1
Black with #1338C1
Text Example
Text Example
White with #1338C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338C1; }
p { color: rgb(19,56,193); }
H1.HeaderClassName
{
color: #1338C1;
}
.AnyTagClassName
{
color: #1338C1;
}
</style>
background-color css
<style>
a { background-color: #1338C1; }
a { background-color: rgb(19,56,193); }
div.DivClassName
{
background-color: #1338C1;
}
.BgClassName
{
background-color: #1338C1;
}
</style>
border-color css
<style>
span { border-color: #1338C1; }
span { border-color: rgb(19,56,193); }
td.TdClassName
{
border-color: #1338C1;
}
.TagClassName
{
border-color: #1338C1;
}
</style>