Shades of Persian Blue #1F2FEB
Tints of Persian Blue #1F2FEB
RGB
CMYK
RGB Variations
Color information
#1F2FEB (or 0x1F2FEB) is known color: Persian Blue. HEX triplet: 1F, 2F and EB. RGB value is (31,47,235). Sum of RGB (Red+Green+Blue) = 31+47+235=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F2FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2FEB is #E0D014. Grayscale: #3E3E3E. Windows color (decimal): -14733333 or 15413023. OLE color: 15413023.
HSL color Cylindrical-coordinate representation of color #1F2FEB: hue angle of 235.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F2FEB is Cyan = 0.87, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 47 | 235 | - |
| CMYK | 0.87 | 0.8 | 0 | 0.08 |
| HSL | 235.29º | 0.84% | 0.52% | - |
| HSV(B) | 235.29º | 0.87% | 0.92% | - |
| XYZ | 16.58 | 8.32 | 79.33 | - |
| YUV | 63.65 | 224.7 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 235 | 0.87 | 0.8 | 0 | 0.08 | 235.29 | 0.84 | 0.52 |
| Hex | 1F | 2F | EB | 57 | 50 | 0 | 8 | EB | 54 | 34 |
| Octal | 37 | 57 | 353 | 127 | 120 | 0 | 10 | 353 | 124 | 64 |
| Binary | 11111 | 101111 | 11101011 | 1010111 | 1010000 | 0 | 1000 | 11101011 | 1010100 | 110100 |
Color Harmonies of #1F2FEB
Complementary color
Monochromatic Colors of #1F2FEB
Black with #1F2FEB
Text Example
Text Example
White with #1F2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2FEB; }
p { color: rgb(31,47,235); }
H1.HeaderClassName
{
color: #1F2FEB;
}
.AnyTagClassName
{
color: #1F2FEB;
}
</style>
background-color css
<style>
a { background-color: #1F2FEB; }
a { background-color: rgb(31,47,235); }
div.DivClassName
{
background-color: #1F2FEB;
}
.BgClassName
{
background-color: #1F2FEB;
}
</style>
border-color css
<style>
span { border-color: #1F2FEB; }
span { border-color: rgb(31,47,235); }
td.TdClassName
{
border-color: #1F2FEB;
}
.TagClassName
{
border-color: #1F2FEB;
}
</style>