Shades of Persian Blue #1534CB
Tints of Persian Blue #1534CB
RGB
CMYK
RGB Variations
Color information
#1534CB (or 0x1534CB) is known color: Persian Blue. HEX triplet: 15, 34 and CB. RGB value is (21,52,203). Sum of RGB (Red+Green+Blue) = 21+52+203=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #1534CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1534CB is #EACB34. Grayscale: #3B3B3B. Windows color (decimal): -15387445 or 13317141. OLE color: 13317141.
HSL color Cylindrical-coordinate representation of color #1534CB: hue angle of 229.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1534CB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 52 | 203 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.20 |
| HSL | 229.78º | 0.81% | 0.44% | - |
| HSV(B) | 229.78º | 0.9% | 0.8% | - |
| XYZ | 12.32 | 6.93 | 57.19 | - |
| YUV | 59.95 | 208.73 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 203 | 0.90 | 0.74 | 0 | 0.20 | 229.78 | 0.81 | 0.44 |
| Hex | 15 | 34 | CB | 5A | 4A | 0 | 14 | E6 | 51 | 2C |
| Octal | 25 | 64 | 313 | 132 | 112 | 0 | 24 | 346 | 121 | 54 |
| Binary | 10101 | 110100 | 11001011 | 1011010 | 1001010 | 0 | 10100 | 11100110 | 1010001 | 101100 |
Color Harmonies of #1534CB
Complementary color
Monochromatic Colors of #1534CB
Black with #1534CB
Text Example
Text Example
White with #1534CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1534CB; }
p { color: rgb(21,52,203); }
H1.HeaderClassName
{
color: #1534CB;
}
.AnyTagClassName
{
color: #1534CB;
}
</style>
background-color css
<style>
a { background-color: #1534CB; }
a { background-color: rgb(21,52,203); }
div.DivClassName
{
background-color: #1534CB;
}
.BgClassName
{
background-color: #1534CB;
}
</style>
border-color css
<style>
span { border-color: #1534CB; }
span { border-color: rgb(21,52,203); }
td.TdClassName
{
border-color: #1534CB;
}
.TagClassName
{
border-color: #1534CB;
}
</style>