Shades of Persian Blue #134AC2
Tints of Persian Blue #134AC2
RGB
CMYK
RGB Variations
Color information
#134AC2 (or 0x134AC2) is known color: Persian Blue. HEX triplet: 13, 4A and C2. RGB value is (19,74,194). Sum of RGB (Red+Green+Blue) = 19+74+194=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #134AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134AC2 is #ECB53D. Grayscale: #464646. Windows color (decimal): -15512894 or 12732947. OLE color: 12732947.
HSL color Cylindrical-coordinate representation of color #134AC2: hue angle of 221.14º 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 #134AC2 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 74 | 194 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.24 |
| HSL | 221.14º | 0.82% | 0.42% | - |
| HSV(B) | 221.14º | 0.9% | 0.76% | - |
| XYZ | 12.45 | 8.93 | 52.11 | - |
| YUV | 71.24 | 197.28 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 194 | 0.90 | 0.62 | 0 | 0.24 | 221.14 | 0.82 | 0.42 |
| Hex | 13 | 4A | C2 | 5A | 3E | 0 | 18 | DD | 52 | 2A |
| Octal | 23 | 112 | 302 | 132 | 76 | 0 | 30 | 335 | 122 | 52 |
| Binary | 10011 | 1001010 | 11000010 | 1011010 | 111110 | 0 | 11000 | 11011101 | 1010010 | 101010 |
Color Harmonies of #134AC2
Complementary color
Monochromatic Colors of #134AC2
Black with #134AC2
Text Example
Text Example
White with #134AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134AC2; }
p { color: rgb(19,74,194); }
H1.HeaderClassName
{
color: #134AC2;
}
.AnyTagClassName
{
color: #134AC2;
}
</style>
background-color css
<style>
a { background-color: #134AC2; }
a { background-color: rgb(19,74,194); }
div.DivClassName
{
background-color: #134AC2;
}
.BgClassName
{
background-color: #134AC2;
}
</style>
border-color css
<style>
span { border-color: #134AC2; }
span { border-color: rgb(19,74,194); }
td.TdClassName
{
border-color: #134AC2;
}
.TagClassName
{
border-color: #134AC2;
}
</style>