Shades of Persian Blue #154ABE
Tints of Persian Blue #154ABE
RGB
CMYK
RGB Variations
Color information
#154ABE (or 0x154ABE) is known color: Persian Blue. HEX triplet: 15, 4A and BE. RGB value is (21,74,190). Sum of RGB (Red+Green+Blue) = 21+74+190=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #154ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154ABE is #EAB541. Grayscale: #464646. Windows color (decimal): -15381826 or 12470805. OLE color: 12470805.
HSL color Cylindrical-coordinate representation of color #154ABE: hue angle of 221.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154ABE is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 74 | 190 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.25 |
| HSL | 221.18º | 0.8% | 0.41% | - |
| HSV(B) | 221.18º | 0.89% | 0.75% | - |
| XYZ | 12.05 | 8.77 | 49.77 | - |
| YUV | 71.38 | 194.94 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 190 | 0.89 | 0.61 | 0 | 0.25 | 221.18 | 0.8 | 0.41 |
| Hex | 15 | 4A | BE | 59 | 3D | 0 | 19 | DD | 50 | 29 |
| Octal | 25 | 112 | 276 | 131 | 75 | 0 | 31 | 335 | 120 | 51 |
| Binary | 10101 | 1001010 | 10111110 | 1011001 | 111101 | 0 | 11001 | 11011101 | 1010000 | 101001 |
Color Harmonies of #154ABE
Complementary color
Monochromatic Colors of #154ABE
Black with #154ABE
Text Example
Text Example
White with #154ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154ABE; }
p { color: rgb(21,74,190); }
H1.HeaderClassName
{
color: #154ABE;
}
.AnyTagClassName
{
color: #154ABE;
}
</style>
background-color css
<style>
a { background-color: #154ABE; }
a { background-color: rgb(21,74,190); }
div.DivClassName
{
background-color: #154ABE;
}
.BgClassName
{
background-color: #154ABE;
}
</style>
border-color css
<style>
span { border-color: #154ABE; }
span { border-color: rgb(21,74,190); }
td.TdClassName
{
border-color: #154ABE;
}
.TagClassName
{
border-color: #154ABE;
}
</style>