Shades of Persian Blue #1748B3
Tints of Persian Blue #1748B3
RGB
CMYK
RGB Variations
Color information
#1748B3 (or 0x1748B3) is known color: Persian Blue. HEX triplet: 17, 48 and B3. RGB value is (23,72,179). Sum of RGB (Red+Green+Blue) = 23+72+179=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 179 (70.31% from 255 or 65.33% from 274); Max value from RGB is 179 - color contains mainly: blue. Hex color #1748B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1748B3 is #E8B74C. Grayscale: #454545. Windows color (decimal): -15251277 or 11749399. OLE color: 11749399.
HSL color Cylindrical-coordinate representation of color #1748B3: hue angle of 221.15º 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 #1748B3 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 72 | 179 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.30 |
| HSL | 221.15º | 0.77% | 0.4% | - |
| HSV(B) | 221.15º | 0.87% | 0.7% | - |
| XYZ | 10.81 | 8.07 | 43.64 | - |
| YUV | 69.55 | 189.77 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 179 | 0.87 | 0.60 | 0 | 0.30 | 221.15 | 0.77 | 0.4 |
| Hex | 17 | 48 | B3 | 57 | 3C | 0 | 1E | DD | 4D | 28 |
| Octal | 27 | 110 | 263 | 127 | 74 | 0 | 36 | 335 | 115 | 50 |
| Binary | 10111 | 1001000 | 10110011 | 1010111 | 111100 | 0 | 11110 | 11011101 | 1001101 | 101000 |
Color Harmonies of #1748B3
Complementary color
Monochromatic Colors of #1748B3
Black with #1748B3
Text Example
Text Example
White with #1748B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748B3; }
p { color: rgb(23,72,179); }
H1.HeaderClassName
{
color: #1748B3;
}
.AnyTagClassName
{
color: #1748B3;
}
</style>
background-color css
<style>
a { background-color: #1748B3; }
a { background-color: rgb(23,72,179); }
div.DivClassName
{
background-color: #1748B3;
}
.BgClassName
{
background-color: #1748B3;
}
</style>
border-color css
<style>
span { border-color: #1748B3; }
span { border-color: rgb(23,72,179); }
td.TdClassName
{
border-color: #1748B3;
}
.TagClassName
{
border-color: #1748B3;
}
</style>