Shades of Persian Blue #1C43BC
Tints of Persian Blue #1C43BC
RGB
CMYK
RGB Variations
Color information
#1C43BC (or 0x1C43BC) is known color: Persian Blue. HEX triplet: 1C, 43 and BC. RGB value is (28,67,188). Sum of RGB (Red+Green+Blue) = 28+67+188=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C43BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C43BC is #E3BC43. Grayscale: #444444. Windows color (decimal): -14924868 or 12337948. OLE color: 12337948.
HSL color Cylindrical-coordinate representation of color #1C43BC: hue angle of 225.38º 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 #1C43BC is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 67 | 188 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.26 |
| HSL | 225.38º | 0.74% | 0.42% | - |
| HSV(B) | 225.38º | 0.85% | 0.74% | - |
| XYZ | 11.56 | 7.89 | 48.49 | - |
| YUV | 69.13 | 195.08 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 188 | 0.85 | 0.64 | 0 | 0.26 | 225.38 | 0.74 | 0.42 |
| Hex | 1C | 43 | BC | 55 | 40 | 0 | 1A | E1 | 4A | 2A |
| Octal | 34 | 103 | 274 | 125 | 100 | 0 | 32 | 341 | 112 | 52 |
| Binary | 11100 | 1000011 | 10111100 | 1010101 | 1000000 | 0 | 11010 | 11100001 | 1001010 | 101010 |
Color Harmonies of #1C43BC
Complementary color
Monochromatic Colors of #1C43BC
Black with #1C43BC
Text Example
Text Example
White with #1C43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C43BC; }
p { color: rgb(28,67,188); }
H1.HeaderClassName
{
color: #1C43BC;
}
.AnyTagClassName
{
color: #1C43BC;
}
</style>
background-color css
<style>
a { background-color: #1C43BC; }
a { background-color: rgb(28,67,188); }
div.DivClassName
{
background-color: #1C43BC;
}
.BgClassName
{
background-color: #1C43BC;
}
</style>
border-color css
<style>
span { border-color: #1C43BC; }
span { border-color: rgb(28,67,188); }
td.TdClassName
{
border-color: #1C43BC;
}
.TagClassName
{
border-color: #1C43BC;
}
</style>