Shades of Persian Blue #1C2DC7
Tints of Persian Blue #1C2DC7
RGB
CMYK
RGB Variations
Color information
#1C2DC7 (or 0x1C2DC7) is known color: Persian Blue. HEX triplet: 1C, 2D and C7. RGB value is (28,45,199). Sum of RGB (Red+Green+Blue) = 28+45+199=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 199 (78.12% from 255 or 73.16% from 272); Max value from RGB is 199 - color contains mainly: blue. Hex color #1C2DC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2DC7 is #E3D238. Grayscale: #383838. Windows color (decimal): -14930489 or 13053212. OLE color: 13053212.
HSL color Cylindrical-coordinate representation of color #1C2DC7: hue angle of 234.04º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C2DC7 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 45 | 199 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.22 |
| HSL | 234.04º | 0.75% | 0.45% | - |
| HSV(B) | 234.04º | 0.86% | 0.78% | - |
| XYZ | 11.73 | 6.25 | 54.62 | - |
| YUV | 57.47 | 207.87 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 199 | 0.86 | 0.77 | 0 | 0.22 | 234.04 | 0.75 | 0.45 |
| Hex | 1C | 2D | C7 | 56 | 4D | 0 | 16 | EA | 4B | 2D |
| Octal | 34 | 55 | 307 | 126 | 115 | 0 | 26 | 352 | 113 | 55 |
| Binary | 11100 | 101101 | 11000111 | 1010110 | 1001101 | 0 | 10110 | 11101010 | 1001011 | 101101 |
Color Harmonies of #1C2DC7
Complementary color
Monochromatic Colors of #1C2DC7
Black with #1C2DC7
Text Example
Text Example
White with #1C2DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2DC7; }
p { color: rgb(28,45,199); }
H1.HeaderClassName
{
color: #1C2DC7;
}
.AnyTagClassName
{
color: #1C2DC7;
}
</style>
background-color css
<style>
a { background-color: #1C2DC7; }
a { background-color: rgb(28,45,199); }
div.DivClassName
{
background-color: #1C2DC7;
}
.BgClassName
{
background-color: #1C2DC7;
}
</style>
border-color css
<style>
span { border-color: #1C2DC7; }
span { border-color: rgb(28,45,199); }
td.TdClassName
{
border-color: #1C2DC7;
}
.TagClassName
{
border-color: #1C2DC7;
}
</style>