Shades of Persian Blue #1F16BB
Tints of Persian Blue #1F16BB
RGB
CMYK
RGB Variations
Color information
#1F16BB (or 0x1F16BB) is known color: Persian Blue. HEX triplet: 1F, 16 and BB. RGB value is (31,22,187). Sum of RGB (Red+Green+Blue) = 31+22+187=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F16BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F16BB is #E0E944. Grayscale: #2A2A2A. Windows color (decimal): -14739781 or 12260895. OLE color: 12260895.
HSL color Cylindrical-coordinate representation of color #1F16BB: hue angle of 243.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F16BB is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 22 | 187 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.27 |
| HSL | 243.27º | 0.79% | 0.41% | - |
| HSV(B) | 243.27º | 0.88% | 0.73% | - |
| XYZ | 9.82 | 4.45 | 47.36 | - |
| YUV | 43.5 | 208.98 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 187 | 0.83 | 0.88 | 0 | 0.27 | 243.27 | 0.79 | 0.41 |
| Hex | 1F | 16 | BB | 53 | 58 | 0 | 1B | F3 | 4F | 29 |
| Octal | 37 | 26 | 273 | 123 | 130 | 0 | 33 | 363 | 117 | 51 |
| Binary | 11111 | 10110 | 10111011 | 1010011 | 1011000 | 0 | 11011 | 11110011 | 1001111 | 101001 |
Color Harmonies of #1F16BB
Complementary color
Monochromatic Colors of #1F16BB
Black with #1F16BB
Text Example
Text Example
White with #1F16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F16BB; }
p { color: rgb(31,22,187); }
H1.HeaderClassName
{
color: #1F16BB;
}
.AnyTagClassName
{
color: #1F16BB;
}
</style>
background-color css
<style>
a { background-color: #1F16BB; }
a { background-color: rgb(31,22,187); }
div.DivClassName
{
background-color: #1F16BB;
}
.BgClassName
{
background-color: #1F16BB;
}
</style>
border-color css
<style>
span { border-color: #1F16BB; }
span { border-color: rgb(31,22,187); }
td.TdClassName
{
border-color: #1F16BB;
}
.TagClassName
{
border-color: #1F16BB;
}
</style>