Shades of Persian Blue #0131EB
Tints of Persian Blue #0131EB
RGB
CMYK
RGB Variations
Color information
#0131EB (or 0x0131EB) is known color: Persian Blue. HEX triplet: 01, 31 and EB. RGB value is (1,49,235). Sum of RGB (Red+Green+Blue) = 1+49+235=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 235 (92.19% from 255 or 82.46% from 285); Max value from RGB is 235 - color contains mainly: blue. Hex color #0131EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0131EB is #FECE14. Grayscale: #373737. Windows color (decimal): -16698901 or 15413505. OLE color: 15413505.
HSL color Cylindrical-coordinate representation of color #0131EB: hue angle of 227.69º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0131EB is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 49 | 235 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.08 |
| HSL | 227.69º | 0.99% | 0.46% | - |
| HSV(B) | 227.69º | 1% | 0.92% | - |
| XYZ | 16.11 | 8.2 | 79.33 | - |
| YUV | 55.85 | 229.1 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 235 | 1.00 | 0.79 | 0 | 0.08 | 227.69 | 0.99 | 0.46 |
| Hex | 1 | 31 | EB | 64 | 4F | 0 | 8 | E4 | 63 | 2E |
| Octal | 1 | 61 | 353 | 144 | 117 | 0 | 10 | 344 | 143 | 56 |
| Binary | 1 | 110001 | 11101011 | 1100100 | 1001111 | 0 | 1000 | 11100100 | 1100011 | 101110 |
Color Harmonies of #0131EB
Complementary color
Monochromatic Colors of #0131EB
Black with #0131EB
Text Example
Text Example
White with #0131EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0131EB; }
p { color: rgb(1,49,235); }
H1.HeaderClassName
{
color: #0131EB;
}
.AnyTagClassName
{
color: #0131EB;
}
</style>
background-color css
<style>
a { background-color: #0131EB; }
a { background-color: rgb(1,49,235); }
div.DivClassName
{
background-color: #0131EB;
}
.BgClassName
{
background-color: #0131EB;
}
</style>
border-color css
<style>
span { border-color: #0131EB; }
span { border-color: rgb(1,49,235); }
td.TdClassName
{
border-color: #0131EB;
}
.TagClassName
{
border-color: #0131EB;
}
</style>