Shades of Persian Blue #1D45CC
Tints of Persian Blue #1D45CC
RGB
CMYK
RGB Variations
Color information
#1D45CC (or 0x1D45CC) is known color: Persian Blue. HEX triplet: 1D, 45 and CC. RGB value is (29,69,204). Sum of RGB (Red+Green+Blue) = 29+69+204=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D45CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D45CC is #E2BA33. Grayscale: #474747. Windows color (decimal): -14858804 or 13387037. OLE color: 13387037.
HSL color Cylindrical-coordinate representation of color #1D45CC: hue angle of 226.29º 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 #1D45CC is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 69 | 204 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.2 |
| HSL | 226.29º | 0.75% | 0.46% | - |
| HSV(B) | 226.29º | 0.86% | 0.8% | - |
| XYZ | 13.53 | 8.88 | 58.13 | - |
| YUV | 72.43 | 202.25 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 204 | 0.86 | 0.66 | 0 | 0.2 | 226.29 | 0.75 | 0.46 |
| Hex | 1D | 45 | CC | 56 | 42 | 0 | 14 | E2 | 4B | 2E |
| Octal | 35 | 105 | 314 | 126 | 102 | 0 | 24 | 342 | 113 | 56 |
| Binary | 11101 | 1000101 | 11001100 | 1010110 | 1000010 | 0 | 10100 | 11100010 | 1001011 | 101110 |
Color Harmonies of #1D45CC
Complementary color
Monochromatic Colors of #1D45CC
Black with #1D45CC
Text Example
Text Example
White with #1D45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D45CC; }
p { color: rgb(29,69,204); }
H1.HeaderClassName
{
color: #1D45CC;
}
.AnyTagClassName
{
color: #1D45CC;
}
</style>
background-color css
<style>
a { background-color: #1D45CC; }
a { background-color: rgb(29,69,204); }
div.DivClassName
{
background-color: #1D45CC;
}
.BgClassName
{
background-color: #1D45CC;
}
</style>
border-color css
<style>
span { border-color: #1D45CC; }
span { border-color: rgb(29,69,204); }
td.TdClassName
{
border-color: #1D45CC;
}
.TagClassName
{
border-color: #1D45CC;
}
</style>