Shades of Persian Blue #1D45CF
Tints of Persian Blue #1D45CF
RGB
CMYK
RGB Variations
Color information
#1D45CF (or 0x1D45CF) is known color: Persian Blue. HEX triplet: 1D, 45 and CF. RGB value is (29,69,207). Sum of RGB (Red+Green+Blue) = 29+69+207=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D45CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D45CF is #E2BA30. Grayscale: #484848. Windows color (decimal): -14858801 or 13583645. OLE color: 13583645.
HSL color Cylindrical-coordinate representation of color #1D45CF: hue angle of 226.52º degrees, saturation: 0.75, 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 #1D45CF is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 69 | 207 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.19 |
| HSL | 226.52º | 0.75% | 0.46% | - |
| HSV(B) | 226.52º | 0.86% | 0.81% | - |
| XYZ | 13.9 | 9.02 | 60.04 | - |
| YUV | 72.77 | 203.75 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 207 | 0.86 | 0.67 | 0 | 0.19 | 226.52 | 0.75 | 0.46 |
| Hex | 1D | 45 | CF | 56 | 43 | 0 | 13 | E3 | 4B | 2E |
| Octal | 35 | 105 | 317 | 126 | 103 | 0 | 23 | 343 | 113 | 56 |
| Binary | 11101 | 1000101 | 11001111 | 1010110 | 1000011 | 0 | 10011 | 11100011 | 1001011 | 101110 |
Color Harmonies of #1D45CF
Complementary color
Monochromatic Colors of #1D45CF
Black with #1D45CF
Text Example
Text Example
White with #1D45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D45CF; }
p { color: rgb(29,69,207); }
H1.HeaderClassName
{
color: #1D45CF;
}
.AnyTagClassName
{
color: #1D45CF;
}
</style>
background-color css
<style>
a { background-color: #1D45CF; }
a { background-color: rgb(29,69,207); }
div.DivClassName
{
background-color: #1D45CF;
}
.BgClassName
{
background-color: #1D45CF;
}
</style>
border-color css
<style>
span { border-color: #1D45CF; }
span { border-color: rgb(29,69,207); }
td.TdClassName
{
border-color: #1D45CF;
}
.TagClassName
{
border-color: #1D45CF;
}
</style>