Shades of Persian Blue #1F2ACC
Tints of Persian Blue #1F2ACC
RGB
CMYK
RGB Variations
Color information
#1F2ACC (or 0x1F2ACC) is known color: Persian Blue. HEX triplet: 1F, 2A and CC. RGB value is (31,42,204). Sum of RGB (Red+Green+Blue) = 31+42+204=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2ACC is #E0D533. Grayscale: #383838. Windows color (decimal): -14734644 or 13380127. OLE color: 13380127.
HSL color Cylindrical-coordinate representation of color #1F2ACC: hue angle of 236.18º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F2ACC is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 42 | 204 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.2 |
| HSL | 236.19º | 0.74% | 0.46% | - |
| HSV(B) | 236.19º | 0.85% | 0.8% | - |
| XYZ | 12.29 | 6.31 | 57.7 | - |
| YUV | 57.18 | 210.86 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 204 | 0.85 | 0.79 | 0 | 0.2 | 236.19 | 0.74 | 0.46 |
| Hex | 1F | 2A | CC | 55 | 4F | 0 | 14 | EC | 4A | 2E |
| Octal | 37 | 52 | 314 | 125 | 117 | 0 | 24 | 354 | 112 | 56 |
| Binary | 11111 | 101010 | 11001100 | 1010101 | 1001111 | 0 | 10100 | 11101100 | 1001010 | 101110 |
Color Harmonies of #1F2ACC
Complementary color
Monochromatic Colors of #1F2ACC
Black with #1F2ACC
Text Example
Text Example
White with #1F2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2ACC; }
p { color: rgb(31,42,204); }
H1.HeaderClassName
{
color: #1F2ACC;
}
.AnyTagClassName
{
color: #1F2ACC;
}
</style>
background-color css
<style>
a { background-color: #1F2ACC; }
a { background-color: rgb(31,42,204); }
div.DivClassName
{
background-color: #1F2ACC;
}
.BgClassName
{
background-color: #1F2ACC;
}
</style>
border-color css
<style>
span { border-color: #1F2ACC; }
span { border-color: rgb(31,42,204); }
td.TdClassName
{
border-color: #1F2ACC;
}
.TagClassName
{
border-color: #1F2ACC;
}
</style>