Shades of Persian Blue #1D1CCF
Tints of Persian Blue #1D1CCF
RGB
CMYK
RGB Variations
Color information
#1D1CCF (or 0x1D1CCF) is known color: Persian Blue. HEX triplet: 1D, 1C and CF. RGB value is (29,28,207). Sum of RGB (Red+Green+Blue) = 29+28+207=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 207 (81.25% from 255 or 78.41% from 264); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D1CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1CCF is #E2E330. Grayscale: #2F2F2F. Windows color (decimal): -14869297 or 13573149. OLE color: 13573149.
HSL color Cylindrical-coordinate representation of color #1D1CCF: hue angle of 240.34º 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 #1D1CCF is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 28 | 207 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.19 |
| HSL | 240.34º | 0.76% | 0.46% | - |
| HSV(B) | 240.34º | 0.86% | 0.81% | - |
| XYZ | 12.18 | 5.6 | 59.47 | - |
| YUV | 48.71 | 217.33 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 207 | 0.86 | 0.86 | 0 | 0.19 | 240.34 | 0.76 | 0.46 |
| Hex | 1D | 1C | CF | 56 | 56 | 0 | 13 | F0 | 4C | 2E |
| Octal | 35 | 34 | 317 | 126 | 126 | 0 | 23 | 360 | 114 | 56 |
| Binary | 11101 | 11100 | 11001111 | 1010110 | 1010110 | 0 | 10011 | 11110000 | 1001100 | 101110 |
Color Harmonies of #1D1CCF
Complementary color
Monochromatic Colors of #1D1CCF
Black with #1D1CCF
Text Example
Text Example
White with #1D1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1CCF; }
p { color: rgb(29,28,207); }
H1.HeaderClassName
{
color: #1D1CCF;
}
.AnyTagClassName
{
color: #1D1CCF;
}
</style>
background-color css
<style>
a { background-color: #1D1CCF; }
a { background-color: rgb(29,28,207); }
div.DivClassName
{
background-color: #1D1CCF;
}
.BgClassName
{
background-color: #1D1CCF;
}
</style>
border-color css
<style>
span { border-color: #1D1CCF; }
span { border-color: rgb(29,28,207); }
td.TdClassName
{
border-color: #1D1CCF;
}
.TagClassName
{
border-color: #1D1CCF;
}
</style>