Shades of Persian Blue #153FBF
Tints of Persian Blue #153FBF
RGB
CMYK
RGB Variations
Color information
#153FBF (or 0x153FBF) is known color: Persian Blue. HEX triplet: 15, 3F and BF. RGB value is (21,63,191). Sum of RGB (Red+Green+Blue) = 21+63+191=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #153FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FBF is #EAC040. Grayscale: #404040. Windows color (decimal): -15384641 or 12533525. OLE color: 12533525.
HSL color Cylindrical-coordinate representation of color #153FBF: hue angle of 225.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153FBF is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 63 | 191 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.25 |
| HSL | 225.18º | 0.8% | 0.42% | - |
| HSV(B) | 225.18º | 0.89% | 0.75% | - |
| XYZ | 11.49 | 7.48 | 50.13 | - |
| YUV | 65.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 191 | 0.89 | 0.67 | 0 | 0.25 | 225.18 | 0.8 | 0.42 |
| Hex | 15 | 3F | BF | 59 | 43 | 0 | 19 | E1 | 50 | 2A |
| Octal | 25 | 77 | 277 | 131 | 103 | 0 | 31 | 341 | 120 | 52 |
| Binary | 10101 | 111111 | 10111111 | 1011001 | 1000011 | 0 | 11001 | 11100001 | 1010000 | 101010 |
Color Harmonies of #153FBF
Complementary color
Monochromatic Colors of #153FBF
Black with #153FBF
Text Example
Text Example
White with #153FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FBF; }
p { color: rgb(21,63,191); }
H1.HeaderClassName
{
color: #153FBF;
}
.AnyTagClassName
{
color: #153FBF;
}
</style>
background-color css
<style>
a { background-color: #153FBF; }
a { background-color: rgb(21,63,191); }
div.DivClassName
{
background-color: #153FBF;
}
.BgClassName
{
background-color: #153FBF;
}
</style>
border-color css
<style>
span { border-color: #153FBF; }
span { border-color: rgb(21,63,191); }
td.TdClassName
{
border-color: #153FBF;
}
.TagClassName
{
border-color: #153FBF;
}
</style>