Shades of Persian Blue #1C30BC
Tints of Persian Blue #1C30BC
RGB
CMYK
RGB Variations
Color information
#1C30BC (or 0x1C30BC) is known color: Persian Blue. HEX triplet: 1C, 30 and BC. RGB value is (28,48,188). Sum of RGB (Red+Green+Blue) = 28+48+188=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C30BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C30BC is #E3CF43. Grayscale: #393939. Windows color (decimal): -14929732 or 12333084. OLE color: 12333084.
HSL color Cylindrical-coordinate representation of color #1C30BC: hue angle of 232.5º 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 #1C30BC is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 48 | 188 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.26 |
| HSL | 232.5º | 0.74% | 0.42% | - |
| HSV(B) | 232.5º | 0.85% | 0.74% | - |
| XYZ | 10.61 | 5.99 | 48.17 | - |
| YUV | 57.98 | 201.37 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 188 | 0.85 | 0.74 | 0 | 0.26 | 232.5 | 0.74 | 0.42 |
| Hex | 1C | 30 | BC | 55 | 4A | 0 | 1A | E8 | 4A | 2A |
| Octal | 34 | 60 | 274 | 125 | 112 | 0 | 32 | 350 | 112 | 52 |
| Binary | 11100 | 110000 | 10111100 | 1010101 | 1001010 | 0 | 11010 | 11101000 | 1001010 | 101010 |
Color Harmonies of #1C30BC
Complementary color
Monochromatic Colors of #1C30BC
Black with #1C30BC
Text Example
Text Example
White with #1C30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C30BC; }
p { color: rgb(28,48,188); }
H1.HeaderClassName
{
color: #1C30BC;
}
.AnyTagClassName
{
color: #1C30BC;
}
</style>
background-color css
<style>
a { background-color: #1C30BC; }
a { background-color: rgb(28,48,188); }
div.DivClassName
{
background-color: #1C30BC;
}
.BgClassName
{
background-color: #1C30BC;
}
</style>
border-color css
<style>
span { border-color: #1C30BC; }
span { border-color: rgb(28,48,188); }
td.TdClassName
{
border-color: #1C30BC;
}
.TagClassName
{
border-color: #1C30BC;
}
</style>