Shades of Persian Blue #1F2CCC
Tints of Persian Blue #1F2CCC
RGB
CMYK
RGB Variations
Color information
#1F2CCC (or 0x1F2CCC) is known color: Persian Blue. HEX triplet: 1F, 2C and CC. RGB value is (31,44,204). Sum of RGB (Red+Green+Blue) = 31+44+204=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F2CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2CCC is #E0D333. Grayscale: #393939. Windows color (decimal): -14734132 or 13380639. OLE color: 13380639.
HSL color Cylindrical-coordinate representation of color #1F2CCC: hue angle of 235.49º 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 #1F2CCC is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 44 | 204 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.2 |
| HSL | 235.49º | 0.74% | 0.46% | - |
| HSV(B) | 235.49º | 0.85% | 0.8% | - |
| XYZ | 12.36 | 6.45 | 57.72 | - |
| YUV | 58.35 | 210.19 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 204 | 0.85 | 0.78 | 0 | 0.2 | 235.49 | 0.74 | 0.46 |
| Hex | 1F | 2C | CC | 55 | 4E | 0 | 14 | EB | 4A | 2E |
| Octal | 37 | 54 | 314 | 125 | 116 | 0 | 24 | 353 | 112 | 56 |
| Binary | 11111 | 101100 | 11001100 | 1010101 | 1001110 | 0 | 10100 | 11101011 | 1001010 | 101110 |
Color Harmonies of #1F2CCC
Complementary color
Monochromatic Colors of #1F2CCC
Black with #1F2CCC
Text Example
Text Example
White with #1F2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2CCC; }
p { color: rgb(31,44,204); }
H1.HeaderClassName
{
color: #1F2CCC;
}
.AnyTagClassName
{
color: #1F2CCC;
}
</style>
background-color css
<style>
a { background-color: #1F2CCC; }
a { background-color: rgb(31,44,204); }
div.DivClassName
{
background-color: #1F2CCC;
}
.BgClassName
{
background-color: #1F2CCC;
}
</style>
border-color css
<style>
span { border-color: #1F2CCC; }
span { border-color: rgb(31,44,204); }
td.TdClassName
{
border-color: #1F2CCC;
}
.TagClassName
{
border-color: #1F2CCC;
}
</style>