Shades of Persian Blue #1C17BE
Tints of Persian Blue #1C17BE
RGB
CMYK
RGB Variations
Color information
#1C17BE (or 0x1C17BE) is known color: Persian Blue. HEX triplet: 1C, 17 and BE. RGB value is (28,23,190). Sum of RGB (Red+Green+Blue) = 28+23+190=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C17BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C17BE is #E3E841. Grayscale: #2A2A2A. Windows color (decimal): -14936130 or 12457756. OLE color: 12457756.
HSL color Cylindrical-coordinate representation of color #1C17BE: hue angle of 241.8º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C17BE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 23 | 190 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.25 |
| HSL | 241.8º | 0.78% | 0.42% | - |
| HSV(B) | 241.8º | 0.88% | 0.75% | - |
| XYZ | 10.08 | 4.58 | 49.07 | - |
| YUV | 43.53 | 210.66 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 190 | 0.85 | 0.88 | 0 | 0.25 | 241.8 | 0.78 | 0.42 |
| Hex | 1C | 17 | BE | 55 | 58 | 0 | 19 | F2 | 4E | 2A |
| Octal | 34 | 27 | 276 | 125 | 130 | 0 | 31 | 362 | 116 | 52 |
| Binary | 11100 | 10111 | 10111110 | 1010101 | 1011000 | 0 | 11001 | 11110010 | 1001110 | 101010 |
Color Harmonies of #1C17BE
Complementary color
Monochromatic Colors of #1C17BE
Black with #1C17BE
Text Example
Text Example
White with #1C17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C17BE; }
p { color: rgb(28,23,190); }
H1.HeaderClassName
{
color: #1C17BE;
}
.AnyTagClassName
{
color: #1C17BE;
}
</style>
background-color css
<style>
a { background-color: #1C17BE; }
a { background-color: rgb(28,23,190); }
div.DivClassName
{
background-color: #1C17BE;
}
.BgClassName
{
background-color: #1C17BE;
}
</style>
border-color css
<style>
span { border-color: #1C17BE; }
span { border-color: rgb(28,23,190); }
td.TdClassName
{
border-color: #1C17BE;
}
.TagClassName
{
border-color: #1C17BE;
}
</style>