Shades of Persian Blue #152FCF
Tints of Persian Blue #152FCF
RGB
CMYK
RGB Variations
Color information
#152FCF (or 0x152FCF) is known color: Persian Blue. HEX triplet: 15, 2F and CF. RGB value is (21,47,207). Sum of RGB (Red+Green+Blue) = 21+47+207=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #152FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FCF is #EAD030. Grayscale: #383838. Windows color (decimal): -15388721 or 13578005. OLE color: 13578005.
HSL color Cylindrical-coordinate representation of color #152FCF: hue angle of 231.61º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152FCF is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 47 | 207 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.19 |
| HSL | 231.61º | 0.82% | 0.45% | - |
| HSV(B) | 231.61º | 0.9% | 0.81% | - |
| XYZ | 12.59 | 6.7 | 59.66 | - |
| YUV | 57.47 | 212.39 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 207 | 0.90 | 0.77 | 0 | 0.19 | 231.61 | 0.82 | 0.45 |
| Hex | 15 | 2F | CF | 5A | 4D | 0 | 13 | E8 | 52 | 2D |
| Octal | 25 | 57 | 317 | 132 | 115 | 0 | 23 | 350 | 122 | 55 |
| Binary | 10101 | 101111 | 11001111 | 1011010 | 1001101 | 0 | 10011 | 11101000 | 1010010 | 101101 |
Color Harmonies of #152FCF
Complementary color
Monochromatic Colors of #152FCF
Black with #152FCF
Text Example
Text Example
White with #152FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FCF; }
p { color: rgb(21,47,207); }
H1.HeaderClassName
{
color: #152FCF;
}
.AnyTagClassName
{
color: #152FCF;
}
</style>
background-color css
<style>
a { background-color: #152FCF; }
a { background-color: rgb(21,47,207); }
div.DivClassName
{
background-color: #152FCF;
}
.BgClassName
{
background-color: #152FCF;
}
</style>
border-color css
<style>
span { border-color: #152FCF; }
span { border-color: rgb(21,47,207); }
td.TdClassName
{
border-color: #152FCF;
}
.TagClassName
{
border-color: #152FCF;
}
</style>