Shades of Persian Blue #1C2CCF
Tints of Persian Blue #1C2CCF
RGB
CMYK
RGB Variations
Color information
#1C2CCF (or 0x1C2CCF) is known color: Persian Blue. HEX triplet: 1C, 2C and CF. RGB value is (28,44,207). Sum of RGB (Red+Green+Blue) = 28+44+207=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C2CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2CCF is #E3D330. Grayscale: #393939. Windows color (decimal): -14930737 or 13577244. OLE color: 13577244.
HSL color Cylindrical-coordinate representation of color #1C2CCF: hue angle of 234.64º 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 #1C2CCF is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 44 | 207 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.19 |
| HSL | 234.64º | 0.76% | 0.46% | - |
| HSV(B) | 234.64º | 0.86% | 0.81% | - |
| XYZ | 12.64 | 6.55 | 59.63 | - |
| YUV | 57.8 | 212.2 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 44 | 207 | 0.86 | 0.79 | 0 | 0.19 | 234.64 | 0.76 | 0.46 |
| Hex | 1C | 2C | CF | 56 | 4F | 0 | 13 | EB | 4C | 2E |
| Octal | 34 | 54 | 317 | 126 | 117 | 0 | 23 | 353 | 114 | 56 |
| Binary | 11100 | 101100 | 11001111 | 1010110 | 1001111 | 0 | 10011 | 11101011 | 1001100 | 101110 |
Color Harmonies of #1C2CCF
Complementary color
Monochromatic Colors of #1C2CCF
Black with #1C2CCF
Text Example
Text Example
White with #1C2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2CCF; }
p { color: rgb(28,44,207); }
H1.HeaderClassName
{
color: #1C2CCF;
}
.AnyTagClassName
{
color: #1C2CCF;
}
</style>
background-color css
<style>
a { background-color: #1C2CCF; }
a { background-color: rgb(28,44,207); }
div.DivClassName
{
background-color: #1C2CCF;
}
.BgClassName
{
background-color: #1C2CCF;
}
</style>
border-color css
<style>
span { border-color: #1C2CCF; }
span { border-color: rgb(28,44,207); }
td.TdClassName
{
border-color: #1C2CCF;
}
.TagClassName
{
border-color: #1C2CCF;
}
</style>