Shades of Persian Blue #151CB8
Tints of Persian Blue #151CB8
RGB
CMYK
RGB Variations
Color information
#151CB8 (or 0x151CB8) is known color: Persian Blue. HEX triplet: 15, 1C and B8. RGB value is (21,28,184). Sum of RGB (Red+Green+Blue) = 21+28+184=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 184 (72.27% from 255 or 78.97% from 233); Max value from RGB is 184 - color contains mainly: blue. Hex color #151CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CB8 is #EAE347. Grayscale: #2B2B2B. Windows color (decimal): -15393608 or 12065813. OLE color: 12065813.
HSL color Cylindrical-coordinate representation of color #151CB8: hue angle of 237.42º degrees, saturation: 0.8, 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 #151CB8 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 28 | 184 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.28 |
| HSL | 237.42º | 0.8% | 0.4% | - |
| HSV(B) | 237.42º | 0.89% | 0.72% | - |
| XYZ | 9.38 | 4.45 | 45.71 | - |
| YUV | 43.69 | 207.18 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 184 | 0.89 | 0.85 | 0 | 0.28 | 237.42 | 0.8 | 0.4 |
| Hex | 15 | 1C | B8 | 59 | 55 | 0 | 1C | ED | 50 | 28 |
| Octal | 25 | 34 | 270 | 131 | 125 | 0 | 34 | 355 | 120 | 50 |
| Binary | 10101 | 11100 | 10111000 | 1011001 | 1010101 | 0 | 11100 | 11101101 | 1010000 | 101000 |
Color Harmonies of #151CB8
Complementary color
Monochromatic Colors of #151CB8
Black with #151CB8
Text Example
Text Example
White with #151CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CB8; }
p { color: rgb(21,28,184); }
H1.HeaderClassName
{
color: #151CB8;
}
.AnyTagClassName
{
color: #151CB8;
}
</style>
background-color css
<style>
a { background-color: #151CB8; }
a { background-color: rgb(21,28,184); }
div.DivClassName
{
background-color: #151CB8;
}
.BgClassName
{
background-color: #151CB8;
}
</style>
border-color css
<style>
span { border-color: #151CB8; }
span { border-color: rgb(21,28,184); }
td.TdClassName
{
border-color: #151CB8;
}
.TagClassName
{
border-color: #151CB8;
}
</style>