Shades of Persian Blue #1F2FB6
Tints of Persian Blue #1F2FB6
RGB
CMYK
RGB Variations
Color information
#1F2FB6 (or 0x1F2FB6) is known color: Persian Blue. HEX triplet: 1F, 2F and B6. RGB value is (31,47,182). Sum of RGB (Red+Green+Blue) = 31+47+182=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F2FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2FB6 is #E0D049. Grayscale: #393939. Windows color (decimal): -14733386 or 11939615. OLE color: 11939615.
HSL color Cylindrical-coordinate representation of color #1F2FB6: hue angle of 233.64º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F2FB6 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 47 | 182 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.29 |
| HSL | 233.64º | 0.71% | 0.42% | - |
| HSV(B) | 233.64º | 0.83% | 0.71% | - |
| XYZ | 10.03 | 5.7 | 44.83 | - |
| YUV | 57.61 | 198.2 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 182 | 0.83 | 0.74 | 0 | 0.29 | 233.64 | 0.71 | 0.42 |
| Hex | 1F | 2F | B6 | 53 | 4A | 0 | 1D | EA | 47 | 2A |
| Octal | 37 | 57 | 266 | 123 | 112 | 0 | 35 | 352 | 107 | 52 |
| Binary | 11111 | 101111 | 10110110 | 1010011 | 1001010 | 0 | 11101 | 11101010 | 1000111 | 101010 |
Color Harmonies of #1F2FB6
Complementary color
Monochromatic Colors of #1F2FB6
Black with #1F2FB6
Text Example
Text Example
White with #1F2FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2FB6; }
p { color: rgb(31,47,182); }
H1.HeaderClassName
{
color: #1F2FB6;
}
.AnyTagClassName
{
color: #1F2FB6;
}
</style>
background-color css
<style>
a { background-color: #1F2FB6; }
a { background-color: rgb(31,47,182); }
div.DivClassName
{
background-color: #1F2FB6;
}
.BgClassName
{
background-color: #1F2FB6;
}
</style>
border-color css
<style>
span { border-color: #1F2FB6; }
span { border-color: rgb(31,47,182); }
td.TdClassName
{
border-color: #1F2FB6;
}
.TagClassName
{
border-color: #1F2FB6;
}
</style>