Shades of Persian Blue #134AD0
Tints of Persian Blue #134AD0
RGB
CMYK
RGB Variations
Color information
#134AD0 (or 0x134AD0) is known color: Persian Blue. HEX triplet: 13, 4A and D0. RGB value is (19,74,208). Sum of RGB (Red+Green+Blue) = 19+74+208=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 208 (81.64% from 255 or 69.10% from 301); Max value from RGB is 208 - color contains mainly: blue. Hex color #134AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134AD0 is #ECB52F. Grayscale: #484848. Windows color (decimal): -15512880 or 13650451. OLE color: 13650451.
HSL color Cylindrical-coordinate representation of color #134AD0: hue angle of 222.54º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134AD0 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 74 | 208 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.18 |
| HSL | 222.54º | 0.83% | 0.45% | - |
| HSV(B) | 222.54º | 0.91% | 0.82% | - |
| XYZ | 14.1 | 9.59 | 60.78 | - |
| YUV | 72.83 | 204.28 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 208 | 0.91 | 0.64 | 0 | 0.18 | 222.54 | 0.83 | 0.45 |
| Hex | 13 | 4A | D0 | 5B | 40 | 0 | 12 | DF | 53 | 2D |
| Octal | 23 | 112 | 320 | 133 | 100 | 0 | 22 | 337 | 123 | 55 |
| Binary | 10011 | 1001010 | 11010000 | 1011011 | 1000000 | 0 | 10010 | 11011111 | 1010011 | 101101 |
Color Harmonies of #134AD0
Complementary color
Monochromatic Colors of #134AD0
Black with #134AD0
Text Example
Text Example
White with #134AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134AD0; }
p { color: rgb(19,74,208); }
H1.HeaderClassName
{
color: #134AD0;
}
.AnyTagClassName
{
color: #134AD0;
}
</style>
background-color css
<style>
a { background-color: #134AD0; }
a { background-color: rgb(19,74,208); }
div.DivClassName
{
background-color: #134AD0;
}
.BgClassName
{
background-color: #134AD0;
}
</style>
border-color css
<style>
span { border-color: #134AD0; }
span { border-color: rgb(19,74,208); }
td.TdClassName
{
border-color: #134AD0;
}
.TagClassName
{
border-color: #134AD0;
}
</style>