Shades of Persian Blue #134ABF
Tints of Persian Blue #134ABF
RGB
CMYK
RGB Variations
Color information
#134ABF (or 0x134ABF) is known color: Persian Blue. HEX triplet: 13, 4A and BF. RGB value is (19,74,191). Sum of RGB (Red+Green+Blue) = 19+74+191=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #134ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ABF is #ECB540. Grayscale: #464646. Windows color (decimal): -15512897 or 12536339. OLE color: 12536339.
HSL color Cylindrical-coordinate representation of color #134ABF: hue angle of 220.81º 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 #134ABF is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 74 | 191 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.25 |
| HSL | 220.81º | 0.82% | 0.41% | - |
| HSV(B) | 220.81º | 0.9% | 0.75% | - |
| XYZ | 12.12 | 8.8 | 50.35 | - |
| YUV | 70.89 | 195.78 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 191 | 0.90 | 0.61 | 0 | 0.25 | 220.81 | 0.82 | 0.41 |
| Hex | 13 | 4A | BF | 5A | 3D | 0 | 19 | DD | 52 | 29 |
| Octal | 23 | 112 | 277 | 132 | 75 | 0 | 31 | 335 | 122 | 51 |
| Binary | 10011 | 1001010 | 10111111 | 1011010 | 111101 | 0 | 11001 | 11011101 | 1010010 | 101001 |
Color Harmonies of #134ABF
Complementary color
Monochromatic Colors of #134ABF
Black with #134ABF
Text Example
Text Example
White with #134ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ABF; }
p { color: rgb(19,74,191); }
H1.HeaderClassName
{
color: #134ABF;
}
.AnyTagClassName
{
color: #134ABF;
}
</style>
background-color css
<style>
a { background-color: #134ABF; }
a { background-color: rgb(19,74,191); }
div.DivClassName
{
background-color: #134ABF;
}
.BgClassName
{
background-color: #134ABF;
}
</style>
border-color css
<style>
span { border-color: #134ABF; }
span { border-color: rgb(19,74,191); }
td.TdClassName
{
border-color: #134ABF;
}
.TagClassName
{
border-color: #134ABF;
}
</style>