Shades of Persian Blue #0131CB
Tints of Persian Blue #0131CB
RGB
CMYK
RGB Variations
Color information
#0131CB (or 0x0131CB) is known color: Persian Blue. HEX triplet: 01, 31 and CB. RGB value is (1,49,203). Sum of RGB (Red+Green+Blue) = 1+49+203=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #0131CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0131CB is #FECE34. Grayscale: #333333. Windows color (decimal): -16698933 or 13316353. OLE color: 13316353.
HSL color Cylindrical-coordinate representation of color #0131CB: hue angle of 225.74º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0131CB is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 49 | 203 | - |
| CMYK | 1.00 | 0.76 | 0 | 0.20 |
| HSL | 225.74º | 0.99% | 0.4% | - |
| HSV(B) | 225.74º | 1% | 0.8% | - |
| XYZ | 11.89 | 6.51 | 57.13 | - |
| YUV | 52.2 | 213.1 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 203 | 1.00 | 0.76 | 0 | 0.20 | 225.74 | 0.99 | 0.4 |
| Hex | 1 | 31 | CB | 64 | 4C | 0 | 14 | E2 | 63 | 28 |
| Octal | 1 | 61 | 313 | 144 | 114 | 0 | 24 | 342 | 143 | 50 |
| Binary | 1 | 110001 | 11001011 | 1100100 | 1001100 | 0 | 10100 | 11100010 | 1100011 | 101000 |
Color Harmonies of #0131CB
Complementary color
Monochromatic Colors of #0131CB
Black with #0131CB
Text Example
Text Example
White with #0131CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0131CB; }
p { color: rgb(1,49,203); }
H1.HeaderClassName
{
color: #0131CB;
}
.AnyTagClassName
{
color: #0131CB;
}
</style>
background-color css
<style>
a { background-color: #0131CB; }
a { background-color: rgb(1,49,203); }
div.DivClassName
{
background-color: #0131CB;
}
.BgClassName
{
background-color: #0131CB;
}
</style>
border-color css
<style>
span { border-color: #0131CB; }
span { border-color: rgb(1,49,203); }
td.TdClassName
{
border-color: #0131CB;
}
.TagClassName
{
border-color: #0131CB;
}
</style>