Shades of Persian Blue #1F46BC
Tints of Persian Blue #1F46BC
RGB
CMYK
RGB Variations
Color information
#1F46BC (or 0x1F46BC) is known color: Persian Blue. HEX triplet: 1F, 46 and BC. RGB value is (31,70,188). Sum of RGB (Red+Green+Blue) = 31+70+188=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F46BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F46BC is #E0B943. Grayscale: #474747. Windows color (decimal): -14727492 or 12338719. OLE color: 12338719.
HSL color Cylindrical-coordinate representation of color #1F46BC: hue angle of 225.1º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F46BC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 70 | 188 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.26 |
| HSL | 225.1º | 0.72% | 0.43% | - |
| HSV(B) | 225.1º | 0.84% | 0.74% | - |
| XYZ | 11.83 | 8.3 | 48.56 | - |
| YUV | 71.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 188 | 0.84 | 0.63 | 0 | 0.26 | 225.1 | 0.72 | 0.43 |
| Hex | 1F | 46 | BC | 54 | 3F | 0 | 1A | E1 | 48 | 2B |
| Octal | 37 | 106 | 274 | 124 | 77 | 0 | 32 | 341 | 110 | 53 |
| Binary | 11111 | 1000110 | 10111100 | 1010100 | 111111 | 0 | 11010 | 11100001 | 1001000 | 101011 |
Color Harmonies of #1F46BC
Complementary color
Monochromatic Colors of #1F46BC
Black with #1F46BC
Text Example
Text Example
White with #1F46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F46BC; }
p { color: rgb(31,70,188); }
H1.HeaderClassName
{
color: #1F46BC;
}
.AnyTagClassName
{
color: #1F46BC;
}
</style>
background-color css
<style>
a { background-color: #1F46BC; }
a { background-color: rgb(31,70,188); }
div.DivClassName
{
background-color: #1F46BC;
}
.BgClassName
{
background-color: #1F46BC;
}
</style>
border-color css
<style>
span { border-color: #1F46BC; }
span { border-color: rgb(31,70,188); }
td.TdClassName
{
border-color: #1F46BC;
}
.TagClassName
{
border-color: #1F46BC;
}
</style>