Shades of Persian Blue #1533CB
Tints of Persian Blue #1533CB
RGB
CMYK
RGB Variations
Color information
#1533CB (or 0x1533CB) is known color: Persian Blue. HEX triplet: 15, 33 and CB. RGB value is (21,51,203). Sum of RGB (Red+Green+Blue) = 21+51+203=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #1533CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1533CB is #EACC34. Grayscale: #3A3A3A. Windows color (decimal): -15387701 or 13316885. OLE color: 13316885.
HSL color Cylindrical-coordinate representation of color #1533CB: hue angle of 230.11º 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 #1533CB is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 51 | 203 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.20 |
| HSL | 230.11º | 0.81% | 0.44% | - |
| HSV(B) | 230.11º | 0.9% | 0.8% | - |
| XYZ | 12.27 | 6.84 | 57.17 | - |
| YUV | 59.36 | 209.06 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 203 | 0.90 | 0.75 | 0 | 0.20 | 230.11 | 0.81 | 0.44 |
| Hex | 15 | 33 | CB | 5A | 4B | 0 | 14 | E6 | 51 | 2C |
| Octal | 25 | 63 | 313 | 132 | 113 | 0 | 24 | 346 | 121 | 54 |
| Binary | 10101 | 110011 | 11001011 | 1011010 | 1001011 | 0 | 10100 | 11100110 | 1010001 | 101100 |
Color Harmonies of #1533CB
Complementary color
Monochromatic Colors of #1533CB
Black with #1533CB
Text Example
Text Example
White with #1533CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1533CB; }
p { color: rgb(21,51,203); }
H1.HeaderClassName
{
color: #1533CB;
}
.AnyTagClassName
{
color: #1533CB;
}
</style>
background-color css
<style>
a { background-color: #1533CB; }
a { background-color: rgb(21,51,203); }
div.DivClassName
{
background-color: #1533CB;
}
.BgClassName
{
background-color: #1533CB;
}
</style>
border-color css
<style>
span { border-color: #1533CB; }
span { border-color: rgb(21,51,203); }
td.TdClassName
{
border-color: #1533CB;
}
.TagClassName
{
border-color: #1533CB;
}
</style>