Shades of Persian Blue #1C2BCF
Tints of Persian Blue #1C2BCF
RGB
CMYK
RGB Variations
Color information
#1C2BCF (or 0x1C2BCF) is known color: Persian Blue. HEX triplet: 1C, 2B and CF. RGB value is (28,43,207). Sum of RGB (Red+Green+Blue) = 28+43+207=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C2BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2BCF is #E3D430. Grayscale: #383838. Windows color (decimal): -14930993 or 13576988. OLE color: 13576988.
HSL color Cylindrical-coordinate representation of color #1C2BCF: hue angle of 234.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C2BCF is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 43 | 207 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.19 |
| HSL | 234.97º | 0.76% | 0.46% | - |
| HSV(B) | 234.97º | 0.86% | 0.81% | - |
| XYZ | 12.61 | 6.48 | 59.62 | - |
| YUV | 57.21 | 212.53 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 207 | 0.86 | 0.79 | 0 | 0.19 | 234.97 | 0.76 | 0.46 |
| Hex | 1C | 2B | CF | 56 | 4F | 0 | 13 | EB | 4C | 2E |
| Octal | 34 | 53 | 317 | 126 | 117 | 0 | 23 | 353 | 114 | 56 |
| Binary | 11100 | 101011 | 11001111 | 1010110 | 1001111 | 0 | 10011 | 11101011 | 1001100 | 101110 |
Color Harmonies of #1C2BCF
Complementary color
Monochromatic Colors of #1C2BCF
Black with #1C2BCF
Text Example
Text Example
White with #1C2BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2BCF; }
p { color: rgb(28,43,207); }
H1.HeaderClassName
{
color: #1C2BCF;
}
.AnyTagClassName
{
color: #1C2BCF;
}
</style>
background-color css
<style>
a { background-color: #1C2BCF; }
a { background-color: rgb(28,43,207); }
div.DivClassName
{
background-color: #1C2BCF;
}
.BgClassName
{
background-color: #1C2BCF;
}
</style>
border-color css
<style>
span { border-color: #1C2BCF; }
span { border-color: rgb(28,43,207); }
td.TdClassName
{
border-color: #1C2BCF;
}
.TagClassName
{
border-color: #1C2BCF;
}
</style>