Shades of Persian Blue #1533C8
Tints of Persian Blue #1533C8
RGB
CMYK
RGB Variations
Color information
#1533C8 (or 0x1533C8) is known color: Persian Blue. HEX triplet: 15, 33 and C8. RGB value is (21,51,200). Sum of RGB (Red+Green+Blue) = 21+51+200=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 200 (78.52% from 255 or 73.53% from 272); Max value from RGB is 200 - color contains mainly: blue. Hex color #1533C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1533C8 is #EACC37. Grayscale: #3A3A3A. Windows color (decimal): -15387704 or 13120277. OLE color: 13120277.
HSL color Cylindrical-coordinate representation of color #1533C8: hue angle of 229.94º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1533C8 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 51 | 200 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.22 |
| HSL | 229.94º | 0.81% | 0.43% | - |
| HSV(B) | 229.94º | 0.9% | 0.78% | - |
| XYZ | 11.92 | 6.7 | 55.31 | - |
| YUV | 59.02 | 207.56 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 200 | 0.90 | 0.74 | 0 | 0.22 | 229.94 | 0.81 | 0.43 |
| Hex | 15 | 33 | C8 | 5A | 4A | 0 | 16 | E6 | 51 | 2B |
| Octal | 25 | 63 | 310 | 132 | 112 | 0 | 26 | 346 | 121 | 53 |
| Binary | 10101 | 110011 | 11001000 | 1011010 | 1001010 | 0 | 10110 | 11100110 | 1010001 | 101011 |
Color Harmonies of #1533C8
Complementary color
Monochromatic Colors of #1533C8
Black with #1533C8
Text Example
Text Example
White with #1533C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1533C8; }
p { color: rgb(21,51,200); }
H1.HeaderClassName
{
color: #1533C8;
}
.AnyTagClassName
{
color: #1533C8;
}
</style>
background-color css
<style>
a { background-color: #1533C8; }
a { background-color: rgb(21,51,200); }
div.DivClassName
{
background-color: #1533C8;
}
.BgClassName
{
background-color: #1533C8;
}
</style>
border-color css
<style>
span { border-color: #1533C8; }
span { border-color: rgb(21,51,200); }
td.TdClassName
{
border-color: #1533C8;
}
.TagClassName
{
border-color: #1533C8;
}
</style>