Shades of Persian Blue #1742BB
Tints of Persian Blue #1742BB
RGB
CMYK
RGB Variations
Color information
#1742BB (or 0x1742BB) is known color: Persian Blue. HEX triplet: 17, 42 and BB. RGB value is (23,66,187). Sum of RGB (Red+Green+Blue) = 23+66+187=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #1742BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1742BB is #E8BD44. Grayscale: #424242. Windows color (decimal): -15252805 or 12272151. OLE color: 12272151.
HSL color Cylindrical-coordinate representation of color #1742BB: hue angle of 224.27º 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 #1742BB is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 66 | 187 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.27 |
| HSL | 224.27º | 0.78% | 0.41% | - |
| HSV(B) | 224.27º | 0.88% | 0.73% | - |
| XYZ | 11.27 | 7.67 | 47.9 | - |
| YUV | 66.94 | 195.75 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 187 | 0.88 | 0.65 | 0 | 0.27 | 224.27 | 0.78 | 0.41 |
| Hex | 17 | 42 | BB | 58 | 41 | 0 | 1B | E0 | 4E | 29 |
| Octal | 27 | 102 | 273 | 130 | 101 | 0 | 33 | 340 | 116 | 51 |
| Binary | 10111 | 1000010 | 10111011 | 1011000 | 1000001 | 0 | 11011 | 11100000 | 1001110 | 101001 |
Color Harmonies of #1742BB
Complementary color
Monochromatic Colors of #1742BB
Black with #1742BB
Text Example
Text Example
White with #1742BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1742BB; }
p { color: rgb(23,66,187); }
H1.HeaderClassName
{
color: #1742BB;
}
.AnyTagClassName
{
color: #1742BB;
}
</style>
background-color css
<style>
a { background-color: #1742BB; }
a { background-color: rgb(23,66,187); }
div.DivClassName
{
background-color: #1742BB;
}
.BgClassName
{
background-color: #1742BB;
}
</style>
border-color css
<style>
span { border-color: #1742BB; }
span { border-color: rgb(23,66,187); }
td.TdClassName
{
border-color: #1742BB;
}
.TagClassName
{
border-color: #1742BB;
}
</style>