Shades of Persian Blue #154AC9
Tints of Persian Blue #154AC9
RGB
CMYK
RGB Variations
Color information
#154AC9 (or 0x154AC9) is known color: Persian Blue. HEX triplet: 15, 4A and C9. RGB value is (21,74,201). Sum of RGB (Red+Green+Blue) = 21+74+201=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #154AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154AC9 is #EAB536. Grayscale: #484848. Windows color (decimal): -15381815 or 13191701. OLE color: 13191701.
HSL color Cylindrical-coordinate representation of color #154AC9: hue angle of 222.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154AC9 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 74 | 201 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.21 |
| HSL | 222.33º | 0.81% | 0.44% | - |
| HSV(B) | 222.33º | 0.9% | 0.79% | - |
| XYZ | 13.3 | 9.27 | 56.35 | - |
| YUV | 72.63 | 200.44 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 201 | 0.90 | 0.63 | 0 | 0.21 | 222.33 | 0.81 | 0.44 |
| Hex | 15 | 4A | C9 | 5A | 3F | 0 | 15 | DE | 51 | 2C |
| Octal | 25 | 112 | 311 | 132 | 77 | 0 | 25 | 336 | 121 | 54 |
| Binary | 10101 | 1001010 | 11001001 | 1011010 | 111111 | 0 | 10101 | 11011110 | 1010001 | 101100 |
Color Harmonies of #154AC9
Complementary color
Monochromatic Colors of #154AC9
Black with #154AC9
Text Example
Text Example
White with #154AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AC9; }
p { color: rgb(21,74,201); }
H1.HeaderClassName
{
color: #154AC9;
}
.AnyTagClassName
{
color: #154AC9;
}
</style>
background-color css
<style>
a { background-color: #154AC9; }
a { background-color: rgb(21,74,201); }
div.DivClassName
{
background-color: #154AC9;
}
.BgClassName
{
background-color: #154AC9;
}
</style>
border-color css
<style>
span { border-color: #154AC9; }
span { border-color: rgb(21,74,201); }
td.TdClassName
{
border-color: #154AC9;
}
.TagClassName
{
border-color: #154AC9;
}
</style>