Shades of Persian Blue #1D39BA
Tints of Persian Blue #1D39BA
RGB
CMYK
RGB Variations
Color information
#1D39BA (or 0x1D39BA) is known color: Persian Blue. HEX triplet: 1D, 39 and BA. RGB value is (29,57,186). Sum of RGB (Red+Green+Blue) = 29+57+186=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D39BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D39BA is #E2C645. Grayscale: #3E3E3E. Windows color (decimal): -14861894 or 12204317. OLE color: 12204317.
HSL color Cylindrical-coordinate representation of color #1D39BA: hue angle of 229.3º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D39BA is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 57 | 186 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.27 |
| HSL | 229.3º | 0.73% | 0.42% | - |
| HSV(B) | 229.3º | 0.84% | 0.73% | - |
| XYZ | 10.83 | 6.73 | 47.18 | - |
| YUV | 63.33 | 197.22 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 186 | 0.84 | 0.69 | 0 | 0.27 | 229.3 | 0.73 | 0.42 |
| Hex | 1D | 39 | BA | 54 | 45 | 0 | 1B | E5 | 49 | 2A |
| Octal | 35 | 71 | 272 | 124 | 105 | 0 | 33 | 345 | 111 | 52 |
| Binary | 11101 | 111001 | 10111010 | 1010100 | 1000101 | 0 | 11011 | 11100101 | 1001001 | 101010 |
Color Harmonies of #1D39BA
Complementary color
Monochromatic Colors of #1D39BA
Black with #1D39BA
Text Example
Text Example
White with #1D39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D39BA; }
p { color: rgb(29,57,186); }
H1.HeaderClassName
{
color: #1D39BA;
}
.AnyTagClassName
{
color: #1D39BA;
}
</style>
background-color css
<style>
a { background-color: #1D39BA; }
a { background-color: rgb(29,57,186); }
div.DivClassName
{
background-color: #1D39BA;
}
.BgClassName
{
background-color: #1D39BA;
}
</style>
border-color css
<style>
span { border-color: #1D39BA; }
span { border-color: rgb(29,57,186); }
td.TdClassName
{
border-color: #1D39BA;
}
.TagClassName
{
border-color: #1D39BA;
}
</style>