Shades of Persian Blue #1F40BF
Tints of Persian Blue #1F40BF
RGB
CMYK
RGB Variations
Color information
#1F40BF (or 0x1F40BF) is known color: Persian Blue. HEX triplet: 1F, 40 and BF. RGB value is (31,64,191). Sum of RGB (Red+Green+Blue) = 31+64+191=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F40BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F40BF is #E0BF40. Grayscale: #444444. Windows color (decimal): -14729025 or 12533791. OLE color: 12533791.
HSL color Cylindrical-coordinate representation of color #1F40BF: hue angle of 227.62º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F40BF is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 64 | 191 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.25 |
| HSL | 227.63º | 0.72% | 0.44% | - |
| HSV(B) | 227.63º | 0.84% | 0.75% | - |
| XYZ | 11.8 | 7.72 | 50.16 | - |
| YUV | 68.61 | 197.07 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 191 | 0.84 | 0.66 | 0 | 0.25 | 227.63 | 0.72 | 0.44 |
| Hex | 1F | 40 | BF | 54 | 42 | 0 | 19 | E4 | 48 | 2C |
| Octal | 37 | 100 | 277 | 124 | 102 | 0 | 31 | 344 | 110 | 54 |
| Binary | 11111 | 1000000 | 10111111 | 1010100 | 1000010 | 0 | 11001 | 11100100 | 1001000 | 101100 |
Color Harmonies of #1F40BF
Complementary color
Monochromatic Colors of #1F40BF
Black with #1F40BF
Text Example
Text Example
White with #1F40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F40BF; }
p { color: rgb(31,64,191); }
H1.HeaderClassName
{
color: #1F40BF;
}
.AnyTagClassName
{
color: #1F40BF;
}
</style>
background-color css
<style>
a { background-color: #1F40BF; }
a { background-color: rgb(31,64,191); }
div.DivClassName
{
background-color: #1F40BF;
}
.BgClassName
{
background-color: #1F40BF;
}
</style>
border-color css
<style>
span { border-color: #1F40BF; }
span { border-color: rgb(31,64,191); }
td.TdClassName
{
border-color: #1F40BF;
}
.TagClassName
{
border-color: #1F40BF;
}
</style>