Shades of Persian Blue #1D36BA
Tints of Persian Blue #1D36BA
RGB
CMYK
RGB Variations
Color information
#1D36BA (or 0x1D36BA) is known color: Persian Blue. HEX triplet: 1D, 36 and BA. RGB value is (29,54,186). Sum of RGB (Red+Green+Blue) = 29+54+186=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D36BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D36BA is #E2C945. Grayscale: #3D3D3D. Windows color (decimal): -14862662 or 12203549. OLE color: 12203549.
HSL color Cylindrical-coordinate representation of color #1D36BA: hue angle of 230.45º 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 #1D36BA is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 54 | 186 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.27 |
| HSL | 230.45º | 0.73% | 0.42% | - |
| HSV(B) | 230.45º | 0.84% | 0.73% | - |
| XYZ | 10.69 | 6.44 | 47.13 | - |
| YUV | 61.57 | 198.22 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 186 | 0.84 | 0.71 | 0 | 0.27 | 230.45 | 0.73 | 0.42 |
| Hex | 1D | 36 | BA | 54 | 47 | 0 | 1B | E6 | 49 | 2A |
| Octal | 35 | 66 | 272 | 124 | 107 | 0 | 33 | 346 | 111 | 52 |
| Binary | 11101 | 110110 | 10111010 | 1010100 | 1000111 | 0 | 11011 | 11100110 | 1001001 | 101010 |
Color Harmonies of #1D36BA
Complementary color
Monochromatic Colors of #1D36BA
Black with #1D36BA
Text Example
Text Example
White with #1D36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D36BA; }
p { color: rgb(29,54,186); }
H1.HeaderClassName
{
color: #1D36BA;
}
.AnyTagClassName
{
color: #1D36BA;
}
</style>
background-color css
<style>
a { background-color: #1D36BA; }
a { background-color: rgb(29,54,186); }
div.DivClassName
{
background-color: #1D36BA;
}
.BgClassName
{
background-color: #1D36BA;
}
</style>
border-color css
<style>
span { border-color: #1D36BA; }
span { border-color: rgb(29,54,186); }
td.TdClassName
{
border-color: #1D36BA;
}
.TagClassName
{
border-color: #1D36BA;
}
</style>