Shades of Persian Blue #1C18BC
Tints of Persian Blue #1C18BC
RGB
CMYK
RGB Variations
Color information
#1C18BC (or 0x1C18BC) is known color: Persian Blue. HEX triplet: 1C, 18 and BC. RGB value is (28,24,188). Sum of RGB (Red+Green+Blue) = 28+24+188=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C18BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C18BC is #E3E743. Grayscale: #2B2B2B. Windows color (decimal): -14935876 or 12326940. OLE color: 12326940.
HSL color Cylindrical-coordinate representation of color #1C18BC: hue angle of 241.46º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C18BC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 24 | 188 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.26 |
| HSL | 241.46º | 0.77% | 0.42% | - |
| HSV(B) | 241.46º | 0.87% | 0.74% | - |
| XYZ | 9.88 | 4.53 | 47.93 | - |
| YUV | 43.89 | 209.33 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 188 | 0.85 | 0.87 | 0 | 0.26 | 241.46 | 0.77 | 0.42 |
| Hex | 1C | 18 | BC | 55 | 57 | 0 | 1A | F1 | 4D | 2A |
| Octal | 34 | 30 | 274 | 125 | 127 | 0 | 32 | 361 | 115 | 52 |
| Binary | 11100 | 11000 | 10111100 | 1010101 | 1010111 | 0 | 11010 | 11110001 | 1001101 | 101010 |
Color Harmonies of #1C18BC
Complementary color
Monochromatic Colors of #1C18BC
Black with #1C18BC
Text Example
Text Example
White with #1C18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C18BC; }
p { color: rgb(28,24,188); }
H1.HeaderClassName
{
color: #1C18BC;
}
.AnyTagClassName
{
color: #1C18BC;
}
</style>
background-color css
<style>
a { background-color: #1C18BC; }
a { background-color: rgb(28,24,188); }
div.DivClassName
{
background-color: #1C18BC;
}
.BgClassName
{
background-color: #1C18BC;
}
</style>
border-color css
<style>
span { border-color: #1C18BC; }
span { border-color: rgb(28,24,188); }
td.TdClassName
{
border-color: #1C18BC;
}
.TagClassName
{
border-color: #1C18BC;
}
</style>