Shades of Persian Blue #153DBA
Tints of Persian Blue #153DBA
RGB
CMYK
RGB Variations
Color information
#153DBA (or 0x153DBA) is known color: Persian Blue. HEX triplet: 15, 3D and BA. RGB value is (21,61,186). Sum of RGB (Red+Green+Blue) = 21+61+186=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #153DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DBA is #EAC245. Grayscale: #3E3E3E. Windows color (decimal): -15385158 or 12205333. OLE color: 12205333.
HSL color Cylindrical-coordinate representation of color #153DBA: hue angle of 225.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153DBA is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 61 | 186 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.27 |
| HSL | 225.45º | 0.8% | 0.41% | - |
| HSV(B) | 225.45º | 0.89% | 0.73% | - |
| XYZ | 10.84 | 7.04 | 47.24 | - |
| YUV | 63.29 | 197.25 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 186 | 0.89 | 0.67 | 0 | 0.27 | 225.45 | 0.8 | 0.41 |
| Hex | 15 | 3D | BA | 59 | 43 | 0 | 1B | E1 | 50 | 29 |
| Octal | 25 | 75 | 272 | 131 | 103 | 0 | 33 | 341 | 120 | 51 |
| Binary | 10101 | 111101 | 10111010 | 1011001 | 1000011 | 0 | 11011 | 11100001 | 1010000 | 101001 |
Color Harmonies of #153DBA
Complementary color
Monochromatic Colors of #153DBA
Black with #153DBA
Text Example
Text Example
White with #153DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DBA; }
p { color: rgb(21,61,186); }
H1.HeaderClassName
{
color: #153DBA;
}
.AnyTagClassName
{
color: #153DBA;
}
</style>
background-color css
<style>
a { background-color: #153DBA; }
a { background-color: rgb(21,61,186); }
div.DivClassName
{
background-color: #153DBA;
}
.BgClassName
{
background-color: #153DBA;
}
</style>
border-color css
<style>
span { border-color: #153DBA; }
span { border-color: rgb(21,61,186); }
td.TdClassName
{
border-color: #153DBA;
}
.TagClassName
{
border-color: #153DBA;
}
</style>