Shades of Persian Blue #154AB6
Tints of Persian Blue #154AB6
RGB
CMYK
RGB Variations
Color information
#154AB6 (or 0x154AB6) is known color: Persian Blue. HEX triplet: 15, 4A and B6. RGB value is (21,74,182). Sum of RGB (Red+Green+Blue) = 21+74+182=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #154AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154AB6 is #EAB549. Grayscale: #454545. Windows color (decimal): -15381834 or 11946517. OLE color: 11946517.
HSL color Cylindrical-coordinate representation of color #154AB6: hue angle of 220.25º 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 #154AB6 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 74 | 182 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.29 |
| HSL | 220.25º | 0.79% | 0.4% | - |
| HSV(B) | 220.25º | 0.88% | 0.71% | - |
| XYZ | 11.2 | 8.43 | 45.29 | - |
| YUV | 70.47 | 190.94 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 182 | 0.88 | 0.59 | 0 | 0.29 | 220.25 | 0.79 | 0.4 |
| Hex | 15 | 4A | B6 | 58 | 3B | 0 | 1D | DC | 4F | 28 |
| Octal | 25 | 112 | 266 | 130 | 73 | 0 | 35 | 334 | 117 | 50 |
| Binary | 10101 | 1001010 | 10110110 | 1011000 | 111011 | 0 | 11101 | 11011100 | 1001111 | 101000 |
Color Harmonies of #154AB6
Complementary color
Monochromatic Colors of #154AB6
Black with #154AB6
Text Example
Text Example
White with #154AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AB6; }
p { color: rgb(21,74,182); }
H1.HeaderClassName
{
color: #154AB6;
}
.AnyTagClassName
{
color: #154AB6;
}
</style>
background-color css
<style>
a { background-color: #154AB6; }
a { background-color: rgb(21,74,182); }
div.DivClassName
{
background-color: #154AB6;
}
.BgClassName
{
background-color: #154AB6;
}
</style>
border-color css
<style>
span { border-color: #154AB6; }
span { border-color: rgb(21,74,182); }
td.TdClassName
{
border-color: #154AB6;
}
.TagClassName
{
border-color: #154AB6;
}
</style>