Shades of Persian Blue #153FB6
Tints of Persian Blue #153FB6
RGB
CMYK
RGB Variations
Color information
#153FB6 (or 0x153FB6) is known color: Persian Blue. HEX triplet: 15, 3F and B6. RGB value is (21,63,182). Sum of RGB (Red+Green+Blue) = 21+63+182=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 182 (71.48% from 255 or 68.42% from 266); Max value from RGB is 182 - color contains mainly: blue. Hex color #153FB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FB6 is #EAC049. Grayscale: #3F3F3F. Windows color (decimal): -15384650 or 11943701. OLE color: 11943701.
HSL color Cylindrical-coordinate representation of color #153FB6: hue angle of 224.35º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153FB6 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 63 | 182 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.29 |
| HSL | 224.35º | 0.79% | 0.4% | - |
| HSV(B) | 224.35º | 0.88% | 0.71% | - |
| XYZ | 10.53 | 7.09 | 45.07 | - |
| YUV | 64.01 | 194.59 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 182 | 0.88 | 0.65 | 0 | 0.29 | 224.35 | 0.79 | 0.4 |
| Hex | 15 | 3F | B6 | 58 | 41 | 0 | 1D | E0 | 4F | 28 |
| Octal | 25 | 77 | 266 | 130 | 101 | 0 | 35 | 340 | 117 | 50 |
| Binary | 10101 | 111111 | 10110110 | 1011000 | 1000001 | 0 | 11101 | 11100000 | 1001111 | 101000 |
Color Harmonies of #153FB6
Complementary color
Monochromatic Colors of #153FB6
Black with #153FB6
Text Example
Text Example
White with #153FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FB6; }
p { color: rgb(21,63,182); }
H1.HeaderClassName
{
color: #153FB6;
}
.AnyTagClassName
{
color: #153FB6;
}
</style>
background-color css
<style>
a { background-color: #153FB6; }
a { background-color: rgb(21,63,182); }
div.DivClassName
{
background-color: #153FB6;
}
.BgClassName
{
background-color: #153FB6;
}
</style>
border-color css
<style>
span { border-color: #153FB6; }
span { border-color: rgb(21,63,182); }
td.TdClassName
{
border-color: #153FB6;
}
.TagClassName
{
border-color: #153FB6;
}
</style>