Shades of Persian Blue #153FC6
Tints of Persian Blue #153FC6
RGB
CMYK
RGB Variations
Color information
#153FC6 (or 0x153FC6) is known color: Persian Blue. HEX triplet: 15, 3F and C6. RGB value is (21,63,198). Sum of RGB (Red+Green+Blue) = 21+63+198=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 198 (77.73% from 255 or 70.21% from 282); Max value from RGB is 198 - color contains mainly: blue. Hex color #153FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FC6 is #EAC039. Grayscale: #414141. Windows color (decimal): -15384634 or 12992277. OLE color: 12992277.
HSL color Cylindrical-coordinate representation of color #153FC6: hue angle of 225.76º 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 #153FC6 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 63 | 198 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.22 |
| HSL | 225.76º | 0.81% | 0.43% | - |
| HSV(B) | 225.76º | 0.89% | 0.78% | - |
| XYZ | 12.28 | 7.79 | 54.28 | - |
| YUV | 65.83 | 202.59 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 198 | 0.89 | 0.68 | 0 | 0.22 | 225.76 | 0.81 | 0.43 |
| Hex | 15 | 3F | C6 | 59 | 44 | 0 | 16 | E2 | 51 | 2B |
| Octal | 25 | 77 | 306 | 131 | 104 | 0 | 26 | 342 | 121 | 53 |
| Binary | 10101 | 111111 | 11000110 | 1011001 | 1000100 | 0 | 10110 | 11100010 | 1010001 | 101011 |
Color Harmonies of #153FC6
Complementary color
Monochromatic Colors of #153FC6
Black with #153FC6
Text Example
Text Example
White with #153FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FC6; }
p { color: rgb(21,63,198); }
H1.HeaderClassName
{
color: #153FC6;
}
.AnyTagClassName
{
color: #153FC6;
}
</style>
background-color css
<style>
a { background-color: #153FC6; }
a { background-color: rgb(21,63,198); }
div.DivClassName
{
background-color: #153FC6;
}
.BgClassName
{
background-color: #153FC6;
}
</style>
border-color css
<style>
span { border-color: #153FC6; }
span { border-color: rgb(21,63,198); }
td.TdClassName
{
border-color: #153FC6;
}
.TagClassName
{
border-color: #153FC6;
}
</style>