Shades of Persian Blue #1338BC
Tints of Persian Blue #1338BC
RGB
CMYK
RGB Variations
Color information
#1338BC (or 0x1338BC) is known color: Persian Blue. HEX triplet: 13, 38 and BC. RGB value is (19,56,188). Sum of RGB (Red+Green+Blue) = 19+56+188=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #1338BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338BC is #ECC743. Grayscale: #3B3B3B. Windows color (decimal): -15517508 or 12335123. OLE color: 12335123.
HSL color Cylindrical-coordinate representation of color #1338BC: hue angle of 226.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1338BC is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 56 | 188 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.26 |
| HSL | 226.86º | 0.82% | 0.41% | - |
| HSV(B) | 226.86º | 0.9% | 0.74% | - |
| XYZ | 10.76 | 6.6 | 48.28 | - |
| YUV | 59.99 | 200.24 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 188 | 0.90 | 0.70 | 0 | 0.26 | 226.86 | 0.82 | 0.41 |
| Hex | 13 | 38 | BC | 5A | 46 | 0 | 1A | E3 | 52 | 29 |
| Octal | 23 | 70 | 274 | 132 | 106 | 0 | 32 | 343 | 122 | 51 |
| Binary | 10011 | 111000 | 10111100 | 1011010 | 1000110 | 0 | 11010 | 11100011 | 1010010 | 101001 |
Color Harmonies of #1338BC
Complementary color
Monochromatic Colors of #1338BC
Black with #1338BC
Text Example
Text Example
White with #1338BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338BC; }
p { color: rgb(19,56,188); }
H1.HeaderClassName
{
color: #1338BC;
}
.AnyTagClassName
{
color: #1338BC;
}
</style>
background-color css
<style>
a { background-color: #1338BC; }
a { background-color: rgb(19,56,188); }
div.DivClassName
{
background-color: #1338BC;
}
.BgClassName
{
background-color: #1338BC;
}
</style>
border-color css
<style>
span { border-color: #1338BC; }
span { border-color: rgb(19,56,188); }
td.TdClassName
{
border-color: #1338BC;
}
.TagClassName
{
border-color: #1338BC;
}
</style>