Shades of Persian Blue #1348BE
Tints of Persian Blue #1348BE
RGB
CMYK
RGB Variations
Color information
#1348BE (or 0x1348BE) is known color: Persian Blue. HEX triplet: 13, 48 and BE. RGB value is (19,72,190). Sum of RGB (Red+Green+Blue) = 19+72+190=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #1348BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1348BE is #ECB741. Grayscale: #454545. Windows color (decimal): -15513410 or 12470291. OLE color: 12470291.
HSL color Cylindrical-coordinate representation of color #1348BE: hue angle of 221.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1348BE is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 72 | 190 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.25 |
| HSL | 221.4º | 0.82% | 0.41% | - |
| HSV(B) | 221.4º | 0.9% | 0.75% | - |
| XYZ | 11.88 | 8.49 | 49.73 | - |
| YUV | 69.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 190 | 0.90 | 0.62 | 0 | 0.25 | 221.4 | 0.82 | 0.41 |
| Hex | 13 | 48 | BE | 5A | 3E | 0 | 19 | DD | 52 | 29 |
| Octal | 23 | 110 | 276 | 132 | 76 | 0 | 31 | 335 | 122 | 51 |
| Binary | 10011 | 1001000 | 10111110 | 1011010 | 111110 | 0 | 11001 | 11011101 | 1010010 | 101001 |
Color Harmonies of #1348BE
Complementary color
Monochromatic Colors of #1348BE
Black with #1348BE
Text Example
Text Example
White with #1348BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1348BE; }
p { color: rgb(19,72,190); }
H1.HeaderClassName
{
color: #1348BE;
}
.AnyTagClassName
{
color: #1348BE;
}
</style>
background-color css
<style>
a { background-color: #1348BE; }
a { background-color: rgb(19,72,190); }
div.DivClassName
{
background-color: #1348BE;
}
.BgClassName
{
background-color: #1348BE;
}
</style>
border-color css
<style>
span { border-color: #1348BE; }
span { border-color: rgb(19,72,190); }
td.TdClassName
{
border-color: #1348BE;
}
.TagClassName
{
border-color: #1348BE;
}
</style>