Shades of Persian Blue #1C31EB
Tints of Persian Blue #1C31EB
RGB
CMYK
RGB Variations
Color information
#1C31EB (or 0x1C31EB) is known color: Persian Blue. HEX triplet: 1C, 31 and EB. RGB value is (28,49,235). Sum of RGB (Red+Green+Blue) = 28+49+235=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C31EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C31EB is #E3CE14. Grayscale: #3F3F3F. Windows color (decimal): -14929429 or 15413532. OLE color: 15413532.
HSL color Cylindrical-coordinate representation of color #1C31EB: hue angle of 233.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C31EB is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 49 | 235 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.08 |
| HSL | 233.91º | 0.84% | 0.52% | - |
| HSV(B) | 233.91º | 0.88% | 0.92% | - |
| XYZ | 16.57 | 8.44 | 79.35 | - |
| YUV | 63.93 | 224.54 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 235 | 0.88 | 0.79 | 0 | 0.08 | 233.91 | 0.84 | 0.52 |
| Hex | 1C | 31 | EB | 58 | 4F | 0 | 8 | EA | 54 | 34 |
| Octal | 34 | 61 | 353 | 130 | 117 | 0 | 10 | 352 | 124 | 64 |
| Binary | 11100 | 110001 | 11101011 | 1011000 | 1001111 | 0 | 1000 | 11101010 | 1010100 | 110100 |
Color Harmonies of #1C31EB
Complementary color
Monochromatic Colors of #1C31EB
Black with #1C31EB
Text Example
Text Example
White with #1C31EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C31EB; }
p { color: rgb(28,49,235); }
H1.HeaderClassName
{
color: #1C31EB;
}
.AnyTagClassName
{
color: #1C31EB;
}
</style>
background-color css
<style>
a { background-color: #1C31EB; }
a { background-color: rgb(28,49,235); }
div.DivClassName
{
background-color: #1C31EB;
}
.BgClassName
{
background-color: #1C31EB;
}
</style>
border-color css
<style>
span { border-color: #1C31EB; }
span { border-color: rgb(28,49,235); }
td.TdClassName
{
border-color: #1C31EB;
}
.TagClassName
{
border-color: #1C31EB;
}
</style>