Shades of Persian Blue #151FCB
Tints of Persian Blue #151FCB
RGB
CMYK
RGB Variations
Color information
#151FCB (or 0x151FCB) is known color: Persian Blue. HEX triplet: 15, 1F and CB. RGB value is (21,31,203). Sum of RGB (Red+Green+Blue) = 21+31+203=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #151FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FCB is #EAE034. Grayscale: #2E2E2E. Windows color (decimal): -15392821 or 13311765. OLE color: 13311765.
HSL color Cylindrical-coordinate representation of color #151FCB: hue angle of 236.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151FCB is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 31 | 203 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.20 |
| HSL | 236.7º | 0.81% | 0.44% | - |
| HSV(B) | 236.7º | 0.9% | 0.8% | - |
| XYZ | 11.58 | 5.45 | 56.94 | - |
| YUV | 47.62 | 215.69 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 203 | 0.90 | 0.85 | 0 | 0.20 | 236.7 | 0.81 | 0.44 |
| Hex | 15 | 1F | CB | 5A | 55 | 0 | 14 | ED | 51 | 2C |
| Octal | 25 | 37 | 313 | 132 | 125 | 0 | 24 | 355 | 121 | 54 |
| Binary | 10101 | 11111 | 11001011 | 1011010 | 1010101 | 0 | 10100 | 11101101 | 1010001 | 101100 |
Color Harmonies of #151FCB
Complementary color
Monochromatic Colors of #151FCB
Black with #151FCB
Text Example
Text Example
White with #151FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FCB; }
p { color: rgb(21,31,203); }
H1.HeaderClassName
{
color: #151FCB;
}
.AnyTagClassName
{
color: #151FCB;
}
</style>
background-color css
<style>
a { background-color: #151FCB; }
a { background-color: rgb(21,31,203); }
div.DivClassName
{
background-color: #151FCB;
}
.BgClassName
{
background-color: #151FCB;
}
</style>
border-color css
<style>
span { border-color: #151FCB; }
span { border-color: rgb(21,31,203); }
td.TdClassName
{
border-color: #151FCB;
}
.TagClassName
{
border-color: #151FCB;
}
</style>