Shades of Persian Blue #1749BD
Tints of Persian Blue #1749BD
RGB
CMYK
RGB Variations
Color information
#1749BD (or 0x1749BD) is known color: Persian Blue. HEX triplet: 17, 49 and BD. RGB value is (23,73,189). Sum of RGB (Red+Green+Blue) = 23+73+189=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #1749BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1749BD is #E8B642. Grayscale: #464646. Windows color (decimal): -15251011 or 12405015. OLE color: 12405015.
HSL color Cylindrical-coordinate representation of color #1749BD: hue angle of 221.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1749BD is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 73 | 189 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.26 |
| HSL | 221.93º | 0.78% | 0.42% | - |
| HSV(B) | 221.93º | 0.88% | 0.74% | - |
| XYZ | 11.92 | 8.62 | 49.18 | - |
| YUV | 71.27 | 194.44 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 189 | 0.88 | 0.61 | 0 | 0.26 | 221.93 | 0.78 | 0.42 |
| Hex | 17 | 49 | BD | 58 | 3D | 0 | 1A | DE | 4E | 2A |
| Octal | 27 | 111 | 275 | 130 | 75 | 0 | 32 | 336 | 116 | 52 |
| Binary | 10111 | 1001001 | 10111101 | 1011000 | 111101 | 0 | 11010 | 11011110 | 1001110 | 101010 |
Color Harmonies of #1749BD
Complementary color
Monochromatic Colors of #1749BD
Black with #1749BD
Text Example
Text Example
White with #1749BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749BD; }
p { color: rgb(23,73,189); }
H1.HeaderClassName
{
color: #1749BD;
}
.AnyTagClassName
{
color: #1749BD;
}
</style>
background-color css
<style>
a { background-color: #1749BD; }
a { background-color: rgb(23,73,189); }
div.DivClassName
{
background-color: #1749BD;
}
.BgClassName
{
background-color: #1749BD;
}
</style>
border-color css
<style>
span { border-color: #1749BD; }
span { border-color: rgb(23,73,189); }
td.TdClassName
{
border-color: #1749BD;
}
.TagClassName
{
border-color: #1749BD;
}
</style>