Shades of Persian Blue #154AB7
Tints of Persian Blue #154AB7
RGB
CMYK
RGB Variations
Color information
#154AB7 (or 0x154AB7) is known color: Persian Blue. HEX triplet: 15, 4A and B7. RGB value is (21,74,183). Sum of RGB (Red+Green+Blue) = 21+74+183=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 183 (71.88% from 255 or 65.83% from 278); Max value from RGB is 183 - color contains mainly: blue. Hex color #154AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154AB7 is #EAB548. Grayscale: #464646. Windows color (decimal): -15381833 or 12012053. OLE color: 12012053.
HSL color Cylindrical-coordinate representation of color #154AB7: hue angle of 220.37º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154AB7 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 74 | 183 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.28 |
| HSL | 220.37º | 0.79% | 0.4% | - |
| HSV(B) | 220.37º | 0.89% | 0.72% | - |
| XYZ | 11.31 | 8.48 | 45.84 | - |
| YUV | 70.58 | 191.44 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 183 | 0.89 | 0.60 | 0 | 0.28 | 220.37 | 0.79 | 0.4 |
| Hex | 15 | 4A | B7 | 59 | 3C | 0 | 1C | DC | 4F | 28 |
| Octal | 25 | 112 | 267 | 131 | 74 | 0 | 34 | 334 | 117 | 50 |
| Binary | 10101 | 1001010 | 10110111 | 1011001 | 111100 | 0 | 11100 | 11011100 | 1001111 | 101000 |
Color Harmonies of #154AB7
Complementary color
Monochromatic Colors of #154AB7
Black with #154AB7
Text Example
Text Example
White with #154AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AB7; }
p { color: rgb(21,74,183); }
H1.HeaderClassName
{
color: #154AB7;
}
.AnyTagClassName
{
color: #154AB7;
}
</style>
background-color css
<style>
a { background-color: #154AB7; }
a { background-color: rgb(21,74,183); }
div.DivClassName
{
background-color: #154AB7;
}
.BgClassName
{
background-color: #154AB7;
}
</style>
border-color css
<style>
span { border-color: #154AB7; }
span { border-color: rgb(21,74,183); }
td.TdClassName
{
border-color: #154AB7;
}
.TagClassName
{
border-color: #154AB7;
}
</style>