Shades of Persian Blue #153DF3
Tints of Persian Blue #153DF3
RGB
CMYK
RGB Variations
Color information
#153DF3 (or 0x153DF3) is known color: Persian Blue. HEX triplet: 15, 3D and F3. RGB value is (21,61,243). Sum of RGB (Red+Green+Blue) = 21+61+243=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #153DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153DF3 is #EAC20C. Grayscale: #454545. Windows color (decimal): -15385101 or 15940885. OLE color: 15940885.
HSL color Cylindrical-coordinate representation of color #153DF3: hue angle of 229.19º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153DF3 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 61 | 243 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.05 |
| HSL | 229.19º | 0.9% | 0.52% | - |
| HSV(B) | 229.19º | 0.91% | 0.95% | - |
| XYZ | 18.16 | 9.97 | 85.76 | - |
| YUV | 69.79 | 225.75 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 243 | 0.91 | 0.75 | 0 | 0.05 | 229.19 | 0.9 | 0.52 |
| Hex | 15 | 3D | F3 | 5B | 4B | 0 | 5 | E5 | 5A | 34 |
| Octal | 25 | 75 | 363 | 133 | 113 | 0 | 5 | 345 | 132 | 64 |
| Binary | 10101 | 111101 | 11110011 | 1011011 | 1001011 | 0 | 101 | 11100101 | 1011010 | 110100 |
Color Harmonies of #153DF3
Complementary color
Monochromatic Colors of #153DF3
Black with #153DF3
Text Example
Text Example
White with #153DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DF3; }
p { color: rgb(21,61,243); }
H1.HeaderClassName
{
color: #153DF3;
}
.AnyTagClassName
{
color: #153DF3;
}
</style>
background-color css
<style>
a { background-color: #153DF3; }
a { background-color: rgb(21,61,243); }
div.DivClassName
{
background-color: #153DF3;
}
.BgClassName
{
background-color: #153DF3;
}
</style>
border-color css
<style>
span { border-color: #153DF3; }
span { border-color: rgb(21,61,243); }
td.TdClassName
{
border-color: #153DF3;
}
.TagClassName
{
border-color: #153DF3;
}
</style>