Shades of Persian Blue #1D45BC
Tints of Persian Blue #1D45BC
RGB
CMYK
RGB Variations
Color information
#1D45BC (or 0x1D45BC) is known color: Persian Blue. HEX triplet: 1D, 45 and BC. RGB value is (29,69,188). Sum of RGB (Red+Green+Blue) = 29+69+188=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D45BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D45BC is #E2BA43. Grayscale: #464646. Windows color (decimal): -14858820 or 12338461. OLE color: 12338461.
HSL color Cylindrical-coordinate representation of color #1D45BC: hue angle of 224.91º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D45BC is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 69 | 188 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.26 |
| HSL | 224.91º | 0.73% | 0.43% | - |
| HSV(B) | 224.91º | 0.85% | 0.74% | - |
| XYZ | 11.71 | 8.15 | 48.53 | - |
| YUV | 70.61 | 194.25 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 188 | 0.85 | 0.63 | 0 | 0.26 | 224.91 | 0.73 | 0.43 |
| Hex | 1D | 45 | BC | 55 | 3F | 0 | 1A | E1 | 49 | 2B |
| Octal | 35 | 105 | 274 | 125 | 77 | 0 | 32 | 341 | 111 | 53 |
| Binary | 11101 | 1000101 | 10111100 | 1010101 | 111111 | 0 | 11010 | 11100001 | 1001001 | 101011 |
Color Harmonies of #1D45BC
Complementary color
Monochromatic Colors of #1D45BC
Black with #1D45BC
Text Example
Text Example
White with #1D45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D45BC; }
p { color: rgb(29,69,188); }
H1.HeaderClassName
{
color: #1D45BC;
}
.AnyTagClassName
{
color: #1D45BC;
}
</style>
background-color css
<style>
a { background-color: #1D45BC; }
a { background-color: rgb(29,69,188); }
div.DivClassName
{
background-color: #1D45BC;
}
.BgClassName
{
background-color: #1D45BC;
}
</style>
border-color css
<style>
span { border-color: #1D45BC; }
span { border-color: rgb(29,69,188); }
td.TdClassName
{
border-color: #1D45BC;
}
.TagClassName
{
border-color: #1D45BC;
}
</style>