Shades of Persian Blue #1D3ABA
Tints of Persian Blue #1D3ABA
RGB
CMYK
RGB Variations
Color information
#1D3ABA (or 0x1D3ABA) is known color: Persian Blue. HEX triplet: 1D, 3A and BA. RGB value is (29,58,186). Sum of RGB (Red+Green+Blue) = 29+58+186=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D3ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3ABA is #E2C545. Grayscale: #3F3F3F. Windows color (decimal): -14861638 or 12204573. OLE color: 12204573.
HSL color Cylindrical-coordinate representation of color #1D3ABA: hue angle of 228.92º 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 #1D3ABA is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 58 | 186 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.27 |
| HSL | 228.92º | 0.73% | 0.42% | - |
| HSV(B) | 228.92º | 0.84% | 0.73% | - |
| XYZ | 10.88 | 6.83 | 47.2 | - |
| YUV | 63.92 | 196.89 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 186 | 0.84 | 0.69 | 0 | 0.27 | 228.92 | 0.73 | 0.42 |
| Hex | 1D | 3A | BA | 54 | 45 | 0 | 1B | E5 | 49 | 2A |
| Octal | 35 | 72 | 272 | 124 | 105 | 0 | 33 | 345 | 111 | 52 |
| Binary | 11101 | 111010 | 10111010 | 1010100 | 1000101 | 0 | 11011 | 11100101 | 1001001 | 101010 |
Color Harmonies of #1D3ABA
Complementary color
Monochromatic Colors of #1D3ABA
Black with #1D3ABA
Text Example
Text Example
White with #1D3ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3ABA; }
p { color: rgb(29,58,186); }
H1.HeaderClassName
{
color: #1D3ABA;
}
.AnyTagClassName
{
color: #1D3ABA;
}
</style>
background-color css
<style>
a { background-color: #1D3ABA; }
a { background-color: rgb(29,58,186); }
div.DivClassName
{
background-color: #1D3ABA;
}
.BgClassName
{
background-color: #1D3ABA;
}
</style>
border-color css
<style>
span { border-color: #1D3ABA; }
span { border-color: rgb(29,58,186); }
td.TdClassName
{
border-color: #1D3ABA;
}
.TagClassName
{
border-color: #1D3ABA;
}
</style>