Shades of Persian Blue #153FC1
Tints of Persian Blue #153FC1
RGB
CMYK
RGB Variations
Color information
#153FC1 (or 0x153FC1) is known color: Persian Blue. HEX triplet: 15, 3F and C1. RGB value is (21,63,193). Sum of RGB (Red+Green+Blue) = 21+63+193=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 193 (75.78% from 255 or 69.68% from 277); Max value from RGB is 193 - color contains mainly: blue. Hex color #153FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FC1 is #EAC03E. Grayscale: #404040. Windows color (decimal): -15384639 or 12664597. OLE color: 12664597.
HSL color Cylindrical-coordinate representation of color #153FC1: hue angle of 225.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153FC1 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 63 | 193 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.24 |
| HSL | 225.35º | 0.8% | 0.42% | - |
| HSV(B) | 225.35º | 0.89% | 0.76% | - |
| XYZ | 11.71 | 7.56 | 51.29 | - |
| YUV | 65.26 | 200.09 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 193 | 0.89 | 0.67 | 0 | 0.24 | 225.35 | 0.8 | 0.42 |
| Hex | 15 | 3F | C1 | 59 | 43 | 0 | 18 | E1 | 50 | 2A |
| Octal | 25 | 77 | 301 | 131 | 103 | 0 | 30 | 341 | 120 | 52 |
| Binary | 10101 | 111111 | 11000001 | 1011001 | 1000011 | 0 | 11000 | 11100001 | 1010000 | 101010 |
Color Harmonies of #153FC1
Complementary color
Monochromatic Colors of #153FC1
Black with #153FC1
Text Example
Text Example
White with #153FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FC1; }
p { color: rgb(21,63,193); }
H1.HeaderClassName
{
color: #153FC1;
}
.AnyTagClassName
{
color: #153FC1;
}
</style>
background-color css
<style>
a { background-color: #153FC1; }
a { background-color: rgb(21,63,193); }
div.DivClassName
{
background-color: #153FC1;
}
.BgClassName
{
background-color: #153FC1;
}
</style>
border-color css
<style>
span { border-color: #153FC1; }
span { border-color: rgb(21,63,193); }
td.TdClassName
{
border-color: #153FC1;
}
.TagClassName
{
border-color: #153FC1;
}
</style>