Shades of Persian Blue #151BB8
Tints of Persian Blue #151BB8
RGB
CMYK
RGB Variations
Color information
#151BB8 (or 0x151BB8) is known color: Persian Blue. HEX triplet: 15, 1B and B8. RGB value is (21,27,184). Sum of RGB (Red+Green+Blue) = 21+27+184=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 184 (72.27% from 255 or 79.31% from 232); Max value from RGB is 184 - color contains mainly: blue. Hex color #151BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BB8 is #EAE447. Grayscale: #2A2A2A. Windows color (decimal): -15393864 or 12065557. OLE color: 12065557.
HSL color Cylindrical-coordinate representation of color #151BB8: hue angle of 237.79º 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 #151BB8 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 27 | 184 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.28 |
| HSL | 237.79º | 0.8% | 0.4% | - |
| HSV(B) | 237.79º | 0.89% | 0.72% | - |
| XYZ | 9.35 | 4.4 | 45.7 | - |
| YUV | 43.1 | 207.51 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 184 | 0.89 | 0.85 | 0 | 0.28 | 237.79 | 0.8 | 0.4 |
| Hex | 15 | 1B | B8 | 59 | 55 | 0 | 1C | EE | 50 | 28 |
| Octal | 25 | 33 | 270 | 131 | 125 | 0 | 34 | 356 | 120 | 50 |
| Binary | 10101 | 11011 | 10111000 | 1011001 | 1010101 | 0 | 11100 | 11101110 | 1010000 | 101000 |
Color Harmonies of #151BB8
Complementary color
Monochromatic Colors of #151BB8
Black with #151BB8
Text Example
Text Example
White with #151BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BB8; }
p { color: rgb(21,27,184); }
H1.HeaderClassName
{
color: #151BB8;
}
.AnyTagClassName
{
color: #151BB8;
}
</style>
background-color css
<style>
a { background-color: #151BB8; }
a { background-color: rgb(21,27,184); }
div.DivClassName
{
background-color: #151BB8;
}
.BgClassName
{
background-color: #151BB8;
}
</style>
border-color css
<style>
span { border-color: #151BB8; }
span { border-color: rgb(21,27,184); }
td.TdClassName
{
border-color: #151BB8;
}
.TagClassName
{
border-color: #151BB8;
}
</style>