Shades of Persian Blue #1F48AD
Tints of Persian Blue #1F48AD
RGB
CMYK
RGB Variations
Color information
#1F48AD (or 0x1F48AD) is known color: Persian Blue. HEX triplet: 1F, 48 and AD. RGB value is (31,72,173). Sum of RGB (Red+Green+Blue) = 31+72+173=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F48AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F48AD is #E0B752. Grayscale: #464646. Windows color (decimal): -14726995 or 11356191. OLE color: 11356191.
HSL color Cylindrical-coordinate representation of color #1F48AD: hue angle of 222.68º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F48AD is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 72 | 173 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.32 |
| HSL | 222.68º | 0.7% | 0.4% | - |
| HSV(B) | 222.68º | 0.82% | 0.68% | - |
| XYZ | 10.43 | 7.94 | 40.52 | - |
| YUV | 71.26 | 185.42 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 173 | 0.82 | 0.58 | 0 | 0.32 | 222.68 | 0.7 | 0.4 |
| Hex | 1F | 48 | AD | 52 | 3A | 0 | 20 | DF | 46 | 28 |
| Octal | 37 | 110 | 255 | 122 | 72 | 0 | 40 | 337 | 106 | 50 |
| Binary | 11111 | 1001000 | 10101101 | 1010010 | 111010 | 0 | 100000 | 11011111 | 1000110 | 101000 |
Color Harmonies of #1F48AD
Complementary color
Monochromatic Colors of #1F48AD
Black with #1F48AD
Text Example
Text Example
White with #1F48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F48AD; }
p { color: rgb(31,72,173); }
H1.HeaderClassName
{
color: #1F48AD;
}
.AnyTagClassName
{
color: #1F48AD;
}
</style>
background-color css
<style>
a { background-color: #1F48AD; }
a { background-color: rgb(31,72,173); }
div.DivClassName
{
background-color: #1F48AD;
}
.BgClassName
{
background-color: #1F48AD;
}
</style>
border-color css
<style>
span { border-color: #1F48AD; }
span { border-color: rgb(31,72,173); }
td.TdClassName
{
border-color: #1F48AD;
}
.TagClassName
{
border-color: #1F48AD;
}
</style>