Shades of Persian Blue #1742B3
Tints of Persian Blue #1742B3
RGB
CMYK
RGB Variations
Color information
#1742B3 (or 0x1742B3) is known color: Persian Blue. HEX triplet: 17, 42 and B3. RGB value is (23,66,179). Sum of RGB (Red+Green+Blue) = 23+66+179=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 179 (70.31% from 255 or 66.79% from 268); Max value from RGB is 179 - color contains mainly: blue. Hex color #1742B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1742B3 is #E8BD4C. Grayscale: #414141. Windows color (decimal): -15252813 or 11747863. OLE color: 11747863.
HSL color Cylindrical-coordinate representation of color #1742B3: hue angle of 223.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1742B3 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 66 | 179 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.30 |
| HSL | 223.46º | 0.77% | 0.4% | - |
| HSV(B) | 223.46º | 0.87% | 0.7% | - |
| XYZ | 10.44 | 7.33 | 43.51 | - |
| YUV | 66.03 | 191.75 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 179 | 0.87 | 0.63 | 0 | 0.30 | 223.46 | 0.77 | 0.4 |
| Hex | 17 | 42 | B3 | 57 | 3F | 0 | 1E | DF | 4D | 28 |
| Octal | 27 | 102 | 263 | 127 | 77 | 0 | 36 | 337 | 115 | 50 |
| Binary | 10111 | 1000010 | 10110011 | 1010111 | 111111 | 0 | 11110 | 11011111 | 1001101 | 101000 |
Color Harmonies of #1742B3
Complementary color
Monochromatic Colors of #1742B3
Black with #1742B3
Text Example
Text Example
White with #1742B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1742B3; }
p { color: rgb(23,66,179); }
H1.HeaderClassName
{
color: #1742B3;
}
.AnyTagClassName
{
color: #1742B3;
}
</style>
background-color css
<style>
a { background-color: #1742B3; }
a { background-color: rgb(23,66,179); }
div.DivClassName
{
background-color: #1742B3;
}
.BgClassName
{
background-color: #1742B3;
}
</style>
border-color css
<style>
span { border-color: #1742B3; }
span { border-color: rgb(23,66,179); }
td.TdClassName
{
border-color: #1742B3;
}
.TagClassName
{
border-color: #1742B3;
}
</style>