Shades of Persian Blue #1F3CBE
Tints of Persian Blue #1F3CBE
RGB
CMYK
RGB Variations
Color information
#1F3CBE (or 0x1F3CBE) is known color: Persian Blue. HEX triplet: 1F, 3C and BE. RGB value is (31,60,190). Sum of RGB (Red+Green+Blue) = 31+60+190=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F3CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3CBE is #E0C341. Grayscale: #414141. Windows color (decimal): -14730050 or 12467231. OLE color: 12467231.
HSL color Cylindrical-coordinate representation of color #1F3CBE: hue angle of 229.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F3CBE is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 60 | 190 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.25 |
| HSL | 229.06º | 0.72% | 0.43% | - |
| HSV(B) | 229.06º | 0.84% | 0.75% | - |
| XYZ | 11.48 | 7.24 | 49.51 | - |
| YUV | 66.15 | 197.89 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 190 | 0.84 | 0.68 | 0 | 0.25 | 229.06 | 0.72 | 0.43 |
| Hex | 1F | 3C | BE | 54 | 44 | 0 | 19 | E5 | 48 | 2B |
| Octal | 37 | 74 | 276 | 124 | 104 | 0 | 31 | 345 | 110 | 53 |
| Binary | 11111 | 111100 | 10111110 | 1010100 | 1000100 | 0 | 11001 | 11100101 | 1001000 | 101011 |
Color Harmonies of #1F3CBE
Complementary color
Monochromatic Colors of #1F3CBE
Black with #1F3CBE
Text Example
Text Example
White with #1F3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3CBE; }
p { color: rgb(31,60,190); }
H1.HeaderClassName
{
color: #1F3CBE;
}
.AnyTagClassName
{
color: #1F3CBE;
}
</style>
background-color css
<style>
a { background-color: #1F3CBE; }
a { background-color: rgb(31,60,190); }
div.DivClassName
{
background-color: #1F3CBE;
}
.BgClassName
{
background-color: #1F3CBE;
}
</style>
border-color css
<style>
span { border-color: #1F3CBE; }
span { border-color: rgb(31,60,190); }
td.TdClassName
{
border-color: #1F3CBE;
}
.TagClassName
{
border-color: #1F3CBE;
}
</style>