Shades of Persian Blue #1D1FCC
Tints of Persian Blue #1D1FCC
RGB
CMYK
RGB Variations
Color information
#1D1FCC (or 0x1D1FCC) is known color: Persian Blue. HEX triplet: 1D, 1F and CC. RGB value is (29,31,204). Sum of RGB (Red+Green+Blue) = 29+31+204=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D1FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1FCC is #E2E033. Grayscale: #313131. Windows color (decimal): -14868532 or 13377309. OLE color: 13377309.
HSL color Cylindrical-coordinate representation of color #1D1FCC: hue angle of 239.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1FCC is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 31 | 204 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.2 |
| HSL | 239.31º | 0.75% | 0.46% | - |
| HSV(B) | 239.31º | 0.86% | 0.8% | - |
| XYZ | 11.9 | 5.6 | 57.58 | - |
| YUV | 50.12 | 214.84 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 204 | 0.86 | 0.85 | 0 | 0.2 | 239.31 | 0.75 | 0.46 |
| Hex | 1D | 1F | CC | 56 | 55 | 0 | 14 | EF | 4B | 2E |
| Octal | 35 | 37 | 314 | 126 | 125 | 0 | 24 | 357 | 113 | 56 |
| Binary | 11101 | 11111 | 11001100 | 1010110 | 1010101 | 0 | 10100 | 11101111 | 1001011 | 101110 |
Color Harmonies of #1D1FCC
Complementary color
Monochromatic Colors of #1D1FCC
Black with #1D1FCC
Text Example
Text Example
White with #1D1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1FCC; }
p { color: rgb(29,31,204); }
H1.HeaderClassName
{
color: #1D1FCC;
}
.AnyTagClassName
{
color: #1D1FCC;
}
</style>
background-color css
<style>
a { background-color: #1D1FCC; }
a { background-color: rgb(29,31,204); }
div.DivClassName
{
background-color: #1D1FCC;
}
.BgClassName
{
background-color: #1D1FCC;
}
</style>
border-color css
<style>
span { border-color: #1D1FCC; }
span { border-color: rgb(29,31,204); }
td.TdClassName
{
border-color: #1D1FCC;
}
.TagClassName
{
border-color: #1D1FCC;
}
</style>