Shades of Persian Blue #1749BA
Tints of Persian Blue #1749BA
RGB
CMYK
RGB Variations
Color information
#1749BA (or 0x1749BA) is known color: Persian Blue. HEX triplet: 17, 49 and BA. RGB value is (23,73,186). Sum of RGB (Red+Green+Blue) = 23+73+186=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #1749BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1749BA is #E8B645. Grayscale: #464646. Windows color (decimal): -15251014 or 12208407. OLE color: 12208407.
HSL color Cylindrical-coordinate representation of color #1749BA: hue angle of 221.6º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1749BA is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 73 | 186 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.27 |
| HSL | 221.6º | 0.78% | 0.41% | - |
| HSV(B) | 221.6º | 0.88% | 0.73% | - |
| XYZ | 11.6 | 8.49 | 47.48 | - |
| YUV | 70.93 | 192.94 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 186 | 0.88 | 0.61 | 0 | 0.27 | 221.6 | 0.78 | 0.41 |
| Hex | 17 | 49 | BA | 58 | 3D | 0 | 1B | DE | 4E | 29 |
| Octal | 27 | 111 | 272 | 130 | 75 | 0 | 33 | 336 | 116 | 51 |
| Binary | 10111 | 1001001 | 10111010 | 1011000 | 111101 | 0 | 11011 | 11011110 | 1001110 | 101001 |
Color Harmonies of #1749BA
Complementary color
Monochromatic Colors of #1749BA
Black with #1749BA
Text Example
Text Example
White with #1749BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749BA; }
p { color: rgb(23,73,186); }
H1.HeaderClassName
{
color: #1749BA;
}
.AnyTagClassName
{
color: #1749BA;
}
</style>
background-color css
<style>
a { background-color: #1749BA; }
a { background-color: rgb(23,73,186); }
div.DivClassName
{
background-color: #1749BA;
}
.BgClassName
{
background-color: #1749BA;
}
</style>
border-color css
<style>
span { border-color: #1749BA; }
span { border-color: rgb(23,73,186); }
td.TdClassName
{
border-color: #1749BA;
}
.TagClassName
{
border-color: #1749BA;
}
</style>