Shades of Persian Blue #1742BC
Tints of Persian Blue #1742BC
RGB
CMYK
RGB Variations
Color information
#1742BC (or 0x1742BC) is known color: Persian Blue. HEX triplet: 17, 42 and BC. RGB value is (23,66,188). Sum of RGB (Red+Green+Blue) = 23+66+188=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #1742BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1742BC is #E8BD43. Grayscale: #424242. Windows color (decimal): -15252804 or 12337687. OLE color: 12337687.
HSL color Cylindrical-coordinate representation of color #1742BC: hue angle of 224.36º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1742BC is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 66 | 188 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.26 |
| HSL | 224.36º | 0.78% | 0.41% | - |
| HSV(B) | 224.36º | 0.88% | 0.74% | - |
| XYZ | 11.38 | 7.71 | 48.47 | - |
| YUV | 67.05 | 196.25 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 188 | 0.88 | 0.65 | 0 | 0.26 | 224.36 | 0.78 | 0.41 |
| Hex | 17 | 42 | BC | 58 | 41 | 0 | 1A | E0 | 4E | 29 |
| Octal | 27 | 102 | 274 | 130 | 101 | 0 | 32 | 340 | 116 | 51 |
| Binary | 10111 | 1000010 | 10111100 | 1011000 | 1000001 | 0 | 11010 | 11100000 | 1001110 | 101001 |
Color Harmonies of #1742BC
Complementary color
Monochromatic Colors of #1742BC
Black with #1742BC
Text Example
Text Example
White with #1742BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1742BC; }
p { color: rgb(23,66,188); }
H1.HeaderClassName
{
color: #1742BC;
}
.AnyTagClassName
{
color: #1742BC;
}
</style>
background-color css
<style>
a { background-color: #1742BC; }
a { background-color: rgb(23,66,188); }
div.DivClassName
{
background-color: #1742BC;
}
.BgClassName
{
background-color: #1742BC;
}
</style>
border-color css
<style>
span { border-color: #1742BC; }
span { border-color: rgb(23,66,188); }
td.TdClassName
{
border-color: #1742BC;
}
.TagClassName
{
border-color: #1742BC;
}
</style>