Shades of Persian Blue #1D46BA
Tints of Persian Blue #1D46BA
RGB
CMYK
RGB Variations
Color information
#1D46BA (or 0x1D46BA) is known color: Persian Blue. HEX triplet: 1D, 46 and BA. RGB value is (29,70,186). Sum of RGB (Red+Green+Blue) = 29+70+186=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D46BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D46BA is #E2B945. Grayscale: #464646. Windows color (decimal): -14858566 or 12207645. OLE color: 12207645.
HSL color Cylindrical-coordinate representation of color #1D46BA: hue angle of 224.33º 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 #1D46BA is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 70 | 186 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.27 |
| HSL | 224.33º | 0.73% | 0.42% | - |
| HSV(B) | 224.33º | 0.84% | 0.73% | - |
| XYZ | 11.56 | 8.19 | 47.43 | - |
| YUV | 70.97 | 192.92 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 186 | 0.84 | 0.62 | 0 | 0.27 | 224.33 | 0.73 | 0.42 |
| Hex | 1D | 46 | BA | 54 | 3E | 0 | 1B | E0 | 49 | 2A |
| Octal | 35 | 106 | 272 | 124 | 76 | 0 | 33 | 340 | 111 | 52 |
| Binary | 11101 | 1000110 | 10111010 | 1010100 | 111110 | 0 | 11011 | 11100000 | 1001001 | 101010 |
Color Harmonies of #1D46BA
Complementary color
Monochromatic Colors of #1D46BA
Black with #1D46BA
Text Example
Text Example
White with #1D46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D46BA; }
p { color: rgb(29,70,186); }
H1.HeaderClassName
{
color: #1D46BA;
}
.AnyTagClassName
{
color: #1D46BA;
}
</style>
background-color css
<style>
a { background-color: #1D46BA; }
a { background-color: rgb(29,70,186); }
div.DivClassName
{
background-color: #1D46BA;
}
.BgClassName
{
background-color: #1D46BA;
}
</style>
border-color css
<style>
span { border-color: #1D46BA; }
span { border-color: rgb(29,70,186); }
td.TdClassName
{
border-color: #1D46BA;
}
.TagClassName
{
border-color: #1D46BA;
}
</style>