Shades of Persian Blue #154AC8
Tints of Persian Blue #154AC8
RGB
CMYK
RGB Variations
Color information
#154AC8 (or 0x154AC8) is known color: Persian Blue. HEX triplet: 15, 4A and C8. RGB value is (21,74,200). Sum of RGB (Red+Green+Blue) = 21+74+200=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 200 (78.52% from 255 or 67.80% from 295); Max value from RGB is 200 - color contains mainly: blue. Hex color #154AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154AC8 is #EAB537. Grayscale: #474747. Windows color (decimal): -15381816 or 13126165. OLE color: 13126165.
HSL color Cylindrical-coordinate representation of color #154AC8: hue angle of 222.23º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154AC8 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 74 | 200 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.22 |
| HSL | 222.23º | 0.81% | 0.43% | - |
| HSV(B) | 222.23º | 0.9% | 0.78% | - |
| XYZ | 13.18 | 9.23 | 55.73 | - |
| YUV | 72.52 | 199.94 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 200 | 0.90 | 0.63 | 0 | 0.22 | 222.23 | 0.81 | 0.43 |
| Hex | 15 | 4A | C8 | 5A | 3F | 0 | 16 | DE | 51 | 2B |
| Octal | 25 | 112 | 310 | 132 | 77 | 0 | 26 | 336 | 121 | 53 |
| Binary | 10101 | 1001010 | 11001000 | 1011010 | 111111 | 0 | 10110 | 11011110 | 1010001 | 101011 |
Color Harmonies of #154AC8
Complementary color
Monochromatic Colors of #154AC8
Black with #154AC8
Text Example
Text Example
White with #154AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AC8; }
p { color: rgb(21,74,200); }
H1.HeaderClassName
{
color: #154AC8;
}
.AnyTagClassName
{
color: #154AC8;
}
</style>
background-color css
<style>
a { background-color: #154AC8; }
a { background-color: rgb(21,74,200); }
div.DivClassName
{
background-color: #154AC8;
}
.BgClassName
{
background-color: #154AC8;
}
</style>
border-color css
<style>
span { border-color: #154AC8; }
span { border-color: rgb(21,74,200); }
td.TdClassName
{
border-color: #154AC8;
}
.TagClassName
{
border-color: #154AC8;
}
</style>