Shades of Persian Blue #1D27BF
Tints of Persian Blue #1D27BF
RGB
CMYK
RGB Variations
Color information
#1D27BF (or 0x1D27BF) is known color: Persian Blue. HEX triplet: 1D, 27 and BF. RGB value is (29,39,191). Sum of RGB (Red+Green+Blue) = 29+39+191=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D27BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D27BF is #E2D840. Grayscale: #343434. Windows color (decimal): -14866497 or 12527389. OLE color: 12527389.
HSL color Cylindrical-coordinate representation of color #1D27BF: hue angle of 236.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D27BF is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 39 | 191 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.25 |
| HSL | 236.3º | 0.74% | 0.43% | - |
| HSV(B) | 236.3º | 0.85% | 0.75% | - |
| XYZ | 10.64 | 5.47 | 49.79 | - |
| YUV | 53.34 | 205.69 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 191 | 0.85 | 0.80 | 0 | 0.25 | 236.3 | 0.74 | 0.43 |
| Hex | 1D | 27 | BF | 55 | 50 | 0 | 19 | EC | 4A | 2B |
| Octal | 35 | 47 | 277 | 125 | 120 | 0 | 31 | 354 | 112 | 53 |
| Binary | 11101 | 100111 | 10111111 | 1010101 | 1010000 | 0 | 11001 | 11101100 | 1001010 | 101011 |
Color Harmonies of #1D27BF
Complementary color
Monochromatic Colors of #1D27BF
Black with #1D27BF
Text Example
Text Example
White with #1D27BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D27BF; }
p { color: rgb(29,39,191); }
H1.HeaderClassName
{
color: #1D27BF;
}
.AnyTagClassName
{
color: #1D27BF;
}
</style>
background-color css
<style>
a { background-color: #1D27BF; }
a { background-color: rgb(29,39,191); }
div.DivClassName
{
background-color: #1D27BF;
}
.BgClassName
{
background-color: #1D27BF;
}
</style>
border-color css
<style>
span { border-color: #1D27BF; }
span { border-color: rgb(29,39,191); }
td.TdClassName
{
border-color: #1D27BF;
}
.TagClassName
{
border-color: #1D27BF;
}
</style>