Shades of Persian Blue #1F2ADA
Tints of Persian Blue #1F2ADA
RGB
CMYK
RGB Variations
Color information
#1F2ADA (or 0x1F2ADA) is known color: Persian Blue. HEX triplet: 1F, 2A and DA. RGB value is (31,42,218). Sum of RGB (Red+Green+Blue) = 31+42+218=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 218 (85.55% from 255 or 74.91% from 291); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F2ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2ADA is #E0D525. Grayscale: #3A3A3A. Windows color (decimal): -14734630 or 14297631. OLE color: 14297631.
HSL color Cylindrical-coordinate representation of color #1F2ADA: hue angle of 236.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F2ADA is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 42 | 218 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.15 |
| HSL | 236.47º | 0.75% | 0.49% | - |
| HSV(B) | 236.47º | 0.86% | 0.85% | - |
| XYZ | 14.05 | 7.01 | 66.94 | - |
| YUV | 58.78 | 217.86 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 218 | 0.86 | 0.81 | 0 | 0.15 | 236.47 | 0.75 | 0.49 |
| Hex | 1F | 2A | DA | 56 | 51 | 0 | F | EC | 4B | 31 |
| Octal | 37 | 52 | 332 | 126 | 121 | 0 | 17 | 354 | 113 | 61 |
| Binary | 11111 | 101010 | 11011010 | 1010110 | 1010001 | 0 | 1111 | 11101100 | 1001011 | 110001 |
Color Harmonies of #1F2ADA
Complementary color
Monochromatic Colors of #1F2ADA
Black with #1F2ADA
Text Example
Text Example
White with #1F2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2ADA; }
p { color: rgb(31,42,218); }
H1.HeaderClassName
{
color: #1F2ADA;
}
.AnyTagClassName
{
color: #1F2ADA;
}
</style>
background-color css
<style>
a { background-color: #1F2ADA; }
a { background-color: rgb(31,42,218); }
div.DivClassName
{
background-color: #1F2ADA;
}
.BgClassName
{
background-color: #1F2ADA;
}
</style>
border-color css
<style>
span { border-color: #1F2ADA; }
span { border-color: rgb(31,42,218); }
td.TdClassName
{
border-color: #1F2ADA;
}
.TagClassName
{
border-color: #1F2ADA;
}
</style>