Shades of Persian Blue #1D44BC
Tints of Persian Blue #1D44BC
RGB
CMYK
RGB Variations
Color information
#1D44BC (or 0x1D44BC) is known color: Persian Blue. HEX triplet: 1D, 44 and BC. RGB value is (29,68,188). Sum of RGB (Red+Green+Blue) = 29+68+188=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D44BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D44BC is #E2BB43. Grayscale: #454545. Windows color (decimal): -14859076 or 12338205. OLE color: 12338205.
HSL color Cylindrical-coordinate representation of color #1D44BC: hue angle of 225.28º 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 #1D44BC is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 68 | 188 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.26 |
| HSL | 225.28º | 0.73% | 0.43% | - |
| HSV(B) | 225.28º | 0.85% | 0.74% | - |
| XYZ | 11.65 | 8.03 | 48.51 | - |
| YUV | 70.02 | 194.58 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 188 | 0.85 | 0.64 | 0 | 0.26 | 225.28 | 0.73 | 0.43 |
| Hex | 1D | 44 | BC | 55 | 40 | 0 | 1A | E1 | 49 | 2B |
| Octal | 35 | 104 | 274 | 125 | 100 | 0 | 32 | 341 | 111 | 53 |
| Binary | 11101 | 1000100 | 10111100 | 1010101 | 1000000 | 0 | 11010 | 11100001 | 1001001 | 101011 |
Color Harmonies of #1D44BC
Complementary color
Monochromatic Colors of #1D44BC
Black with #1D44BC
Text Example
Text Example
White with #1D44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D44BC; }
p { color: rgb(29,68,188); }
H1.HeaderClassName
{
color: #1D44BC;
}
.AnyTagClassName
{
color: #1D44BC;
}
</style>
background-color css
<style>
a { background-color: #1D44BC; }
a { background-color: rgb(29,68,188); }
div.DivClassName
{
background-color: #1D44BC;
}
.BgClassName
{
background-color: #1D44BC;
}
</style>
border-color css
<style>
span { border-color: #1D44BC; }
span { border-color: rgb(29,68,188); }
td.TdClassName
{
border-color: #1D44BC;
}
.TagClassName
{
border-color: #1D44BC;
}
</style>