Shades of Persian Blue #1746BD
Tints of Persian Blue #1746BD
RGB
CMYK
RGB Variations
Color information
#1746BD (or 0x1746BD) is known color: Persian Blue. HEX triplet: 17, 46 and BD. RGB value is (23,70,189). Sum of RGB (Red+Green+Blue) = 23+70+189=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #1746BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1746BD is #E8B942. Grayscale: #444444. Windows color (decimal): -15251779 or 12404247. OLE color: 12404247.
HSL color Cylindrical-coordinate representation of color #1746BD: hue angle of 223.01º 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 #1746BD is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 70 | 189 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.26 |
| HSL | 223.01º | 0.78% | 0.42% | - |
| HSV(B) | 223.01º | 0.88% | 0.74% | - |
| XYZ | 11.73 | 8.24 | 49.12 | - |
| YUV | 69.51 | 195.43 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 189 | 0.88 | 0.63 | 0 | 0.26 | 223.01 | 0.78 | 0.42 |
| Hex | 17 | 46 | BD | 58 | 3F | 0 | 1A | DF | 4E | 2A |
| Octal | 27 | 106 | 275 | 130 | 77 | 0 | 32 | 337 | 116 | 52 |
| Binary | 10111 | 1000110 | 10111101 | 1011000 | 111111 | 0 | 11010 | 11011111 | 1001110 | 101010 |
Color Harmonies of #1746BD
Complementary color
Monochromatic Colors of #1746BD
Black with #1746BD
Text Example
Text Example
White with #1746BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1746BD; }
p { color: rgb(23,70,189); }
H1.HeaderClassName
{
color: #1746BD;
}
.AnyTagClassName
{
color: #1746BD;
}
</style>
background-color css
<style>
a { background-color: #1746BD; }
a { background-color: rgb(23,70,189); }
div.DivClassName
{
background-color: #1746BD;
}
.BgClassName
{
background-color: #1746BD;
}
</style>
border-color css
<style>
span { border-color: #1746BD; }
span { border-color: rgb(23,70,189); }
td.TdClassName
{
border-color: #1746BD;
}
.TagClassName
{
border-color: #1746BD;
}
</style>