Shades of Persian Blue #1F3FB3
Tints of Persian Blue #1F3FB3
RGB
CMYK
RGB Variations
Color information
#1F3FB3 (or 0x1F3FB3) is known color: Persian Blue. HEX triplet: 1F, 3F and B3. RGB value is (31,63,179). Sum of RGB (Red+Green+Blue) = 31+63+179=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F3FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3FB3 is #E0C04C. Grayscale: #424242. Windows color (decimal): -14729293 or 11747103. OLE color: 11747103.
HSL color Cylindrical-coordinate representation of color #1F3FB3: hue angle of 227.03º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F3FB3 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 63 | 179 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.30 |
| HSL | 227.03º | 0.7% | 0.41% | - |
| HSV(B) | 227.03º | 0.83% | 0.7% | - |
| XYZ | 10.48 | 7.1 | 43.47 | - |
| YUV | 66.66 | 191.4 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 179 | 0.83 | 0.65 | 0 | 0.30 | 227.03 | 0.7 | 0.41 |
| Hex | 1F | 3F | B3 | 53 | 41 | 0 | 1E | E3 | 46 | 29 |
| Octal | 37 | 77 | 263 | 123 | 101 | 0 | 36 | 343 | 106 | 51 |
| Binary | 11111 | 111111 | 10110011 | 1010011 | 1000001 | 0 | 11110 | 11100011 | 1000110 | 101001 |
Color Harmonies of #1F3FB3
Complementary color
Monochromatic Colors of #1F3FB3
Black with #1F3FB3
Text Example
Text Example
White with #1F3FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3FB3; }
p { color: rgb(31,63,179); }
H1.HeaderClassName
{
color: #1F3FB3;
}
.AnyTagClassName
{
color: #1F3FB3;
}
</style>
background-color css
<style>
a { background-color: #1F3FB3; }
a { background-color: rgb(31,63,179); }
div.DivClassName
{
background-color: #1F3FB3;
}
.BgClassName
{
background-color: #1F3FB3;
}
</style>
border-color css
<style>
span { border-color: #1F3FB3; }
span { border-color: rgb(31,63,179); }
td.TdClassName
{
border-color: #1F3FB3;
}
.TagClassName
{
border-color: #1F3FB3;
}
</style>