Shades of Persian Blue #1338B9
Tints of Persian Blue #1338B9
RGB
CMYK
RGB Variations
Color information
#1338B9 (or 0x1338B9) is known color: Persian Blue. HEX triplet: 13, 38 and B9. RGB value is (19,56,185). Sum of RGB (Red+Green+Blue) = 19+56+185=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 185 (72.66% from 255 or 71.15% from 260); Max value from RGB is 185 - color contains mainly: blue. Hex color #1338B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338B9 is #ECC746. Grayscale: #3B3B3B. Windows color (decimal): -15517511 or 12138515. OLE color: 12138515.
HSL color Cylindrical-coordinate representation of color #1338B9: hue angle of 226.63º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1338B9 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 56 | 185 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.27 |
| HSL | 226.63º | 0.81% | 0.4% | - |
| HSV(B) | 226.63º | 0.9% | 0.73% | - |
| XYZ | 10.44 | 6.47 | 46.6 | - |
| YUV | 59.64 | 198.74 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 185 | 0.90 | 0.70 | 0 | 0.27 | 226.63 | 0.81 | 0.4 |
| Hex | 13 | 38 | B9 | 5A | 46 | 0 | 1B | E3 | 51 | 28 |
| Octal | 23 | 70 | 271 | 132 | 106 | 0 | 33 | 343 | 121 | 50 |
| Binary | 10011 | 111000 | 10111001 | 1011010 | 1000110 | 0 | 11011 | 11100011 | 1010001 | 101000 |
Color Harmonies of #1338B9
Complementary color
Monochromatic Colors of #1338B9
Black with #1338B9
Text Example
Text Example
White with #1338B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338B9; }
p { color: rgb(19,56,185); }
H1.HeaderClassName
{
color: #1338B9;
}
.AnyTagClassName
{
color: #1338B9;
}
</style>
background-color css
<style>
a { background-color: #1338B9; }
a { background-color: rgb(19,56,185); }
div.DivClassName
{
background-color: #1338B9;
}
.BgClassName
{
background-color: #1338B9;
}
</style>
border-color css
<style>
span { border-color: #1338B9; }
span { border-color: rgb(19,56,185); }
td.TdClassName
{
border-color: #1338B9;
}
.TagClassName
{
border-color: #1338B9;
}
</style>