Shades of Persian Blue #152DB3
Tints of Persian Blue #152DB3
RGB
CMYK
RGB Variations
Color information
#152DB3 (or 0x152DB3) is known color: Persian Blue. HEX triplet: 15, 2D and B3. RGB value is (21,45,179). Sum of RGB (Red+Green+Blue) = 21+45+179=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #152DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DB3 is #EAD24C. Grayscale: #343434. Windows color (decimal): -15389261 or 11742485. OLE color: 11742485.
HSL color Cylindrical-coordinate representation of color #152DB3: hue angle of 230.89º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152DB3 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 45 | 179 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.30 |
| HSL | 230.89º | 0.79% | 0.39% | - |
| HSV(B) | 230.89º | 0.88% | 0.7% | - |
| XYZ | 9.38 | 5.29 | 43.17 | - |
| YUV | 53.1 | 199.05 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 179 | 0.88 | 0.75 | 0 | 0.30 | 230.89 | 0.79 | 0.39 |
| Hex | 15 | 2D | B3 | 58 | 4B | 0 | 1E | E7 | 4F | 27 |
| Octal | 25 | 55 | 263 | 130 | 113 | 0 | 36 | 347 | 117 | 47 |
| Binary | 10101 | 101101 | 10110011 | 1011000 | 1001011 | 0 | 11110 | 11100111 | 1001111 | 100111 |
Color Harmonies of #152DB3
Complementary color
Monochromatic Colors of #152DB3
Black with #152DB3
Text Example
Text Example
White with #152DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DB3; }
p { color: rgb(21,45,179); }
H1.HeaderClassName
{
color: #152DB3;
}
.AnyTagClassName
{
color: #152DB3;
}
</style>
background-color css
<style>
a { background-color: #152DB3; }
a { background-color: rgb(21,45,179); }
div.DivClassName
{
background-color: #152DB3;
}
.BgClassName
{
background-color: #152DB3;
}
</style>
border-color css
<style>
span { border-color: #152DB3; }
span { border-color: rgb(21,45,179); }
td.TdClassName
{
border-color: #152DB3;
}
.TagClassName
{
border-color: #152DB3;
}
</style>