Shades of Persian Blue #134ACB
Tints of Persian Blue #134ACB
RGB
CMYK
RGB Variations
Color information
#134ACB (or 0x134ACB) is known color: Persian Blue. HEX triplet: 13, 4A and CB. RGB value is (19,74,203). Sum of RGB (Red+Green+Blue) = 19+74+203=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #134ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ACB is #ECB534. Grayscale: #474747. Windows color (decimal): -15512885 or 13322771. OLE color: 13322771.
HSL color Cylindrical-coordinate representation of color #134ACB: hue angle of 222.07º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134ACB is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 74 | 203 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.20 |
| HSL | 222.07º | 0.83% | 0.44% | - |
| HSV(B) | 222.07º | 0.91% | 0.8% | - |
| XYZ | 13.5 | 9.35 | 57.59 | - |
| YUV | 72.26 | 201.78 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 203 | 0.91 | 0.64 | 0 | 0.20 | 222.07 | 0.83 | 0.44 |
| Hex | 13 | 4A | CB | 5B | 40 | 0 | 14 | DE | 53 | 2C |
| Octal | 23 | 112 | 313 | 133 | 100 | 0 | 24 | 336 | 123 | 54 |
| Binary | 10011 | 1001010 | 11001011 | 1011011 | 1000000 | 0 | 10100 | 11011110 | 1010011 | 101100 |
Color Harmonies of #134ACB
Complementary color
Monochromatic Colors of #134ACB
Black with #134ACB
Text Example
Text Example
White with #134ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134ACB; }
p { color: rgb(19,74,203); }
H1.HeaderClassName
{
color: #134ACB;
}
.AnyTagClassName
{
color: #134ACB;
}
</style>
background-color css
<style>
a { background-color: #134ACB; }
a { background-color: rgb(19,74,203); }
div.DivClassName
{
background-color: #134ACB;
}
.BgClassName
{
background-color: #134ACB;
}
</style>
border-color css
<style>
span { border-color: #134ACB; }
span { border-color: rgb(19,74,203); }
td.TdClassName
{
border-color: #134ACB;
}
.TagClassName
{
border-color: #134ACB;
}
</style>