Shades of Persian Blue #1C31BC
Tints of Persian Blue #1C31BC
RGB
CMYK
RGB Variations
Color information
#1C31BC (or 0x1C31BC) is known color: Persian Blue. HEX triplet: 1C, 31 and BC. RGB value is (28,49,188). Sum of RGB (Red+Green+Blue) = 28+49+188=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C31BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C31BC is #E3CE43. Grayscale: #393939. Windows color (decimal): -14929476 or 12333340. OLE color: 12333340.
HSL color Cylindrical-coordinate representation of color #1C31BC: hue angle of 232.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C31BC is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 49 | 188 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.26 |
| HSL | 232.13º | 0.74% | 0.42% | - |
| HSV(B) | 232.13º | 0.85% | 0.74% | - |
| XYZ | 10.65 | 6.07 | 48.19 | - |
| YUV | 58.57 | 201.04 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 188 | 0.85 | 0.74 | 0 | 0.26 | 232.13 | 0.74 | 0.42 |
| Hex | 1C | 31 | BC | 55 | 4A | 0 | 1A | E8 | 4A | 2A |
| Octal | 34 | 61 | 274 | 125 | 112 | 0 | 32 | 350 | 112 | 52 |
| Binary | 11100 | 110001 | 10111100 | 1010101 | 1001010 | 0 | 11010 | 11101000 | 1001010 | 101010 |
Color Harmonies of #1C31BC
Complementary color
Monochromatic Colors of #1C31BC
Black with #1C31BC
Text Example
Text Example
White with #1C31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C31BC; }
p { color: rgb(28,49,188); }
H1.HeaderClassName
{
color: #1C31BC;
}
.AnyTagClassName
{
color: #1C31BC;
}
</style>
background-color css
<style>
a { background-color: #1C31BC; }
a { background-color: rgb(28,49,188); }
div.DivClassName
{
background-color: #1C31BC;
}
.BgClassName
{
background-color: #1C31BC;
}
</style>
border-color css
<style>
span { border-color: #1C31BC; }
span { border-color: rgb(28,49,188); }
td.TdClassName
{
border-color: #1C31BC;
}
.TagClassName
{
border-color: #1C31BC;
}
</style>