Shades of Persian Blue #153DBE
Tints of Persian Blue #153DBE
RGB
CMYK
RGB Variations
Color information
#153DBE (or 0x153DBE) is known color: Persian Blue. HEX triplet: 15, 3D and BE. RGB value is (21,61,190). Sum of RGB (Red+Green+Blue) = 21+61+190=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #153DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DBE is #EAC241. Grayscale: #3F3F3F. Windows color (decimal): -15385154 or 12467477. OLE color: 12467477.
HSL color Cylindrical-coordinate representation of color #153DBE: hue angle of 225.8º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153DBE is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 61 | 190 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.25 |
| HSL | 225.8º | 0.8% | 0.41% | - |
| HSV(B) | 225.8º | 0.89% | 0.75% | - |
| XYZ | 11.27 | 7.21 | 49.51 | - |
| YUV | 63.75 | 199.25 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 190 | 0.89 | 0.68 | 0 | 0.25 | 225.8 | 0.8 | 0.41 |
| Hex | 15 | 3D | BE | 59 | 44 | 0 | 19 | E2 | 50 | 29 |
| Octal | 25 | 75 | 276 | 131 | 104 | 0 | 31 | 342 | 120 | 51 |
| Binary | 10101 | 111101 | 10111110 | 1011001 | 1000100 | 0 | 11001 | 11100010 | 1010000 | 101001 |
Color Harmonies of #153DBE
Complementary color
Monochromatic Colors of #153DBE
Black with #153DBE
Text Example
Text Example
White with #153DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DBE; }
p { color: rgb(21,61,190); }
H1.HeaderClassName
{
color: #153DBE;
}
.AnyTagClassName
{
color: #153DBE;
}
</style>
background-color css
<style>
a { background-color: #153DBE; }
a { background-color: rgb(21,61,190); }
div.DivClassName
{
background-color: #153DBE;
}
.BgClassName
{
background-color: #153DBE;
}
</style>
border-color css
<style>
span { border-color: #153DBE; }
span { border-color: rgb(21,61,190); }
td.TdClassName
{
border-color: #153DBE;
}
.TagClassName
{
border-color: #153DBE;
}
</style>