Shades of Persian Blue #134ACF
Tints of Persian Blue #134ACF
RGB
CMYK
RGB Variations
Color information
#134ACF (or 0x134ACF) is known color: Persian Blue. HEX triplet: 13, 4A and CF. RGB value is (19,74,207). Sum of RGB (Red+Green+Blue) = 19+74+207=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #134ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ACF is #ECB530. Grayscale: #484848. Windows color (decimal): -15512881 or 13584915. OLE color: 13584915.
HSL color Cylindrical-coordinate representation of color #134ACF: hue angle of 222.45º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134ACF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 74 | 207 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.19 |
| HSL | 222.45º | 0.83% | 0.44% | - |
| HSV(B) | 222.45º | 0.91% | 0.81% | - |
| XYZ | 13.98 | 9.54 | 60.14 | - |
| YUV | 72.72 | 203.78 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 207 | 0.91 | 0.64 | 0 | 0.19 | 222.45 | 0.83 | 0.44 |
| Hex | 13 | 4A | CF | 5B | 40 | 0 | 13 | DE | 53 | 2C |
| Octal | 23 | 112 | 317 | 133 | 100 | 0 | 23 | 336 | 123 | 54 |
| Binary | 10011 | 1001010 | 11001111 | 1011011 | 1000000 | 0 | 10011 | 11011110 | 1010011 | 101100 |
Color Harmonies of #134ACF
Complementary color
Monochromatic Colors of #134ACF
Black with #134ACF
Text Example
Text Example
White with #134ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ACF; }
p { color: rgb(19,74,207); }
H1.HeaderClassName
{
color: #134ACF;
}
.AnyTagClassName
{
color: #134ACF;
}
</style>
background-color css
<style>
a { background-color: #134ACF; }
a { background-color: rgb(19,74,207); }
div.DivClassName
{
background-color: #134ACF;
}
.BgClassName
{
background-color: #134ACF;
}
</style>
border-color css
<style>
span { border-color: #134ACF; }
span { border-color: rgb(19,74,207); }
td.TdClassName
{
border-color: #134ACF;
}
.TagClassName
{
border-color: #134ACF;
}
</style>