Shades of Persian Blue #153FBA
Tints of Persian Blue #153FBA
RGB
CMYK
RGB Variations
Color information
#153FBA (or 0x153FBA) is known color: Persian Blue. HEX triplet: 15, 3F and BA. RGB value is (21,63,186). Sum of RGB (Red+Green+Blue) = 21+63+186=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #153FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FBA is #EAC045. Grayscale: #3F3F3F. Windows color (decimal): -15384646 or 12205845. OLE color: 12205845.
HSL color Cylindrical-coordinate representation of color #153FBA: hue angle of 224.73º 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 #153FBA is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 63 | 186 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.27 |
| HSL | 224.73º | 0.8% | 0.41% | - |
| HSV(B) | 224.73º | 0.89% | 0.73% | - |
| XYZ | 10.95 | 7.26 | 47.28 | - |
| YUV | 64.46 | 196.59 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 186 | 0.89 | 0.66 | 0 | 0.27 | 224.73 | 0.8 | 0.41 |
| Hex | 15 | 3F | BA | 59 | 42 | 0 | 1B | E1 | 50 | 29 |
| Octal | 25 | 77 | 272 | 131 | 102 | 0 | 33 | 341 | 120 | 51 |
| Binary | 10101 | 111111 | 10111010 | 1011001 | 1000010 | 0 | 11011 | 11100001 | 1010000 | 101001 |
Color Harmonies of #153FBA
Complementary color
Monochromatic Colors of #153FBA
Black with #153FBA
Text Example
Text Example
White with #153FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FBA; }
p { color: rgb(21,63,186); }
H1.HeaderClassName
{
color: #153FBA;
}
.AnyTagClassName
{
color: #153FBA;
}
</style>
background-color css
<style>
a { background-color: #153FBA; }
a { background-color: rgb(21,63,186); }
div.DivClassName
{
background-color: #153FBA;
}
.BgClassName
{
background-color: #153FBA;
}
</style>
border-color css
<style>
span { border-color: #153FBA; }
span { border-color: rgb(21,63,186); }
td.TdClassName
{
border-color: #153FBA;
}
.TagClassName
{
border-color: #153FBA;
}
</style>