Shades of Persian Blue #1D2ACC
Tints of Persian Blue #1D2ACC
RGB
CMYK
RGB Variations
Color information
#1D2ACC (or 0x1D2ACC) is known color: Persian Blue. HEX triplet: 1D, 2A and CC. RGB value is (29,42,204). Sum of RGB (Red+Green+Blue) = 29+42+204=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2ACC is #E2D533. Grayscale: #373737. Windows color (decimal): -14865716 or 13380125. OLE color: 13380125.
HSL color Cylindrical-coordinate representation of color #1D2ACC: hue angle of 235.54º 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 #1D2ACC is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 42 | 204 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.2 |
| HSL | 235.54º | 0.75% | 0.46% | - |
| HSV(B) | 235.54º | 0.86% | 0.8% | - |
| XYZ | 12.23 | 6.28 | 57.69 | - |
| YUV | 56.58 | 211.19 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 204 | 0.86 | 0.79 | 0 | 0.2 | 235.54 | 0.75 | 0.46 |
| Hex | 1D | 2A | CC | 56 | 4F | 0 | 14 | EC | 4B | 2E |
| Octal | 35 | 52 | 314 | 126 | 117 | 0 | 24 | 354 | 113 | 56 |
| Binary | 11101 | 101010 | 11001100 | 1010110 | 1001111 | 0 | 10100 | 11101100 | 1001011 | 101110 |
Color Harmonies of #1D2ACC
Complementary color
Monochromatic Colors of #1D2ACC
Black with #1D2ACC
Text Example
Text Example
White with #1D2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2ACC; }
p { color: rgb(29,42,204); }
H1.HeaderClassName
{
color: #1D2ACC;
}
.AnyTagClassName
{
color: #1D2ACC;
}
</style>
background-color css
<style>
a { background-color: #1D2ACC; }
a { background-color: rgb(29,42,204); }
div.DivClassName
{
background-color: #1D2ACC;
}
.BgClassName
{
background-color: #1D2ACC;
}
</style>
border-color css
<style>
span { border-color: #1D2ACC; }
span { border-color: rgb(29,42,204); }
td.TdClassName
{
border-color: #1D2ACC;
}
.TagClassName
{
border-color: #1D2ACC;
}
</style>