Shades of Persian Blue #151BC3
Tints of Persian Blue #151BC3
RGB
CMYK
RGB Variations
Color information
#151BC3 (or 0x151BC3) is known color: Persian Blue. HEX triplet: 15, 1B and C3. RGB value is (21,27,195). Sum of RGB (Red+Green+Blue) = 21+27+195=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 195 (76.56% from 255 or 80.25% from 243); Max value from RGB is 195 - color contains mainly: blue. Hex color #151BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BC3 is #EAE43C. Grayscale: #2B2B2B. Windows color (decimal): -15393853 or 12786453. OLE color: 12786453.
HSL color Cylindrical-coordinate representation of color #151BC3: hue angle of 237.93º 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 #151BC3 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 27 | 195 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.24 |
| HSL | 237.93º | 0.81% | 0.42% | - |
| HSV(B) | 237.93º | 0.89% | 0.76% | - |
| XYZ | 10.55 | 4.88 | 52.02 | - |
| YUV | 44.36 | 213.01 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 195 | 0.89 | 0.86 | 0 | 0.24 | 237.93 | 0.81 | 0.42 |
| Hex | 15 | 1B | C3 | 59 | 56 | 0 | 18 | EE | 51 | 2A |
| Octal | 25 | 33 | 303 | 131 | 126 | 0 | 30 | 356 | 121 | 52 |
| Binary | 10101 | 11011 | 11000011 | 1011001 | 1010110 | 0 | 11000 | 11101110 | 1010001 | 101010 |
Color Harmonies of #151BC3
Complementary color
Monochromatic Colors of #151BC3
Black with #151BC3
Text Example
Text Example
White with #151BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BC3; }
p { color: rgb(21,27,195); }
H1.HeaderClassName
{
color: #151BC3;
}
.AnyTagClassName
{
color: #151BC3;
}
</style>
background-color css
<style>
a { background-color: #151BC3; }
a { background-color: rgb(21,27,195); }
div.DivClassName
{
background-color: #151BC3;
}
.BgClassName
{
background-color: #151BC3;
}
</style>
border-color css
<style>
span { border-color: #151BC3; }
span { border-color: rgb(21,27,195); }
td.TdClassName
{
border-color: #151BC3;
}
.TagClassName
{
border-color: #151BC3;
}
</style>