Shades of Persian Blue #1F48AB
Tints of Persian Blue #1F48AB
RGB
CMYK
RGB Variations
Color information
#1F48AB (or 0x1F48AB) is known color: Persian Blue. HEX triplet: 1F, 48 and AB. RGB value is (31,72,171). Sum of RGB (Red+Green+Blue) = 31+72+171=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F48AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F48AB is #E0B754. Grayscale: #464646. Windows color (decimal): -14726997 or 11225119. OLE color: 11225119.
HSL color Cylindrical-coordinate representation of color #1F48AB: hue angle of 222.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F48AB is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 72 | 171 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.33 |
| HSL | 222.43º | 0.69% | 0.4% | - |
| HSV(B) | 222.43º | 0.82% | 0.67% | - |
| XYZ | 10.23 | 7.87 | 39.51 | - |
| YUV | 71.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 171 | 0.82 | 0.58 | 0 | 0.33 | 222.43 | 0.69 | 0.4 |
| Hex | 1F | 48 | AB | 52 | 3A | 0 | 21 | DE | 45 | 28 |
| Octal | 37 | 110 | 253 | 122 | 72 | 0 | 41 | 336 | 105 | 50 |
| Binary | 11111 | 1001000 | 10101011 | 1010010 | 111010 | 0 | 100001 | 11011110 | 1000101 | 101000 |
Color Harmonies of #1F48AB
Complementary color
Monochromatic Colors of #1F48AB
Black with #1F48AB
Text Example
Text Example
White with #1F48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F48AB; }
p { color: rgb(31,72,171); }
H1.HeaderClassName
{
color: #1F48AB;
}
.AnyTagClassName
{
color: #1F48AB;
}
</style>
background-color css
<style>
a { background-color: #1F48AB; }
a { background-color: rgb(31,72,171); }
div.DivClassName
{
background-color: #1F48AB;
}
.BgClassName
{
background-color: #1F48AB;
}
</style>
border-color css
<style>
span { border-color: #1F48AB; }
span { border-color: rgb(31,72,171); }
td.TdClassName
{
border-color: #1F48AB;
}
.TagClassName
{
border-color: #1F48AB;
}
</style>