Shades of Persian Blue #1F37B0
Tints of Persian Blue #1F37B0
RGB
CMYK
RGB Variations
Color information
#1F37B0 (or 0x1F37B0) is known color: Persian Blue. HEX triplet: 1F, 37 and B0. RGB value is (31,55,176). Sum of RGB (Red+Green+Blue) = 31+55+176=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 176 (69.14% from 255 or 67.18% from 262); Max value from RGB is 176 - color contains mainly: blue. Hex color #1F37B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F37B0 is #E0C84F. Grayscale: #3D3D3D. Windows color (decimal): -14731344 or 11548447. OLE color: 11548447.
HSL color Cylindrical-coordinate representation of color #1F37B0: hue angle of 230.07º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F37B0 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 55 | 176 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.31 |
| HSL | 230.07º | 0.7% | 0.41% | - |
| HSV(B) | 230.07º | 0.82% | 0.69% | - |
| XYZ | 9.77 | 6.16 | 41.75 | - |
| YUV | 61.62 | 192.55 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 176 | 0.82 | 0.69 | 0 | 0.31 | 230.07 | 0.7 | 0.41 |
| Hex | 1F | 37 | B0 | 52 | 45 | 0 | 1F | E6 | 46 | 29 |
| Octal | 37 | 67 | 260 | 122 | 105 | 0 | 37 | 346 | 106 | 51 |
| Binary | 11111 | 110111 | 10110000 | 1010010 | 1000101 | 0 | 11111 | 11100110 | 1000110 | 101001 |
Color Harmonies of #1F37B0
Complementary color
Monochromatic Colors of #1F37B0
Black with #1F37B0
Text Example
Text Example
White with #1F37B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F37B0; }
p { color: rgb(31,55,176); }
H1.HeaderClassName
{
color: #1F37B0;
}
.AnyTagClassName
{
color: #1F37B0;
}
</style>
background-color css
<style>
a { background-color: #1F37B0; }
a { background-color: rgb(31,55,176); }
div.DivClassName
{
background-color: #1F37B0;
}
.BgClassName
{
background-color: #1F37B0;
}
</style>
border-color css
<style>
span { border-color: #1F37B0; }
span { border-color: rgb(31,55,176); }
td.TdClassName
{
border-color: #1F37B0;
}
.TagClassName
{
border-color: #1F37B0;
}
</style>