Shades of Persian Blue #151CC3
Tints of Persian Blue #151CC3
RGB
CMYK
RGB Variations
Color information
#151CC3 (or 0x151CC3) is known color: Persian Blue. HEX triplet: 15, 1C and C3. RGB value is (21,28,195). Sum of RGB (Red+Green+Blue) = 21+28+195=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 195 (76.56% from 255 or 79.92% from 244); Max value from RGB is 195 - color contains mainly: blue. Hex color #151CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CC3 is #EAE33C. Grayscale: #2C2C2C. Windows color (decimal): -15393597 or 12786709. OLE color: 12786709.
HSL color Cylindrical-coordinate representation of color #151CC3: hue angle of 237.59º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151CC3 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 28 | 195 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.24 |
| HSL | 237.59º | 0.81% | 0.42% | - |
| HSV(B) | 237.59º | 0.89% | 0.76% | - |
| XYZ | 10.57 | 4.93 | 52.02 | - |
| YUV | 44.95 | 212.68 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 195 | 0.89 | 0.86 | 0 | 0.24 | 237.59 | 0.81 | 0.42 |
| Hex | 15 | 1C | C3 | 59 | 56 | 0 | 18 | EE | 51 | 2A |
| Octal | 25 | 34 | 303 | 131 | 126 | 0 | 30 | 356 | 121 | 52 |
| Binary | 10101 | 11100 | 11000011 | 1011001 | 1010110 | 0 | 11000 | 11101110 | 1010001 | 101010 |
Color Harmonies of #151CC3
Complementary color
Monochromatic Colors of #151CC3
Black with #151CC3
Text Example
Text Example
White with #151CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CC3; }
p { color: rgb(21,28,195); }
H1.HeaderClassName
{
color: #151CC3;
}
.AnyTagClassName
{
color: #151CC3;
}
</style>
background-color css
<style>
a { background-color: #151CC3; }
a { background-color: rgb(21,28,195); }
div.DivClassName
{
background-color: #151CC3;
}
.BgClassName
{
background-color: #151CC3;
}
</style>
border-color css
<style>
span { border-color: #151CC3; }
span { border-color: rgb(21,28,195); }
td.TdClassName
{
border-color: #151CC3;
}
.TagClassName
{
border-color: #151CC3;
}
</style>