Shades of Persian Blue #1724CB
Tints of Persian Blue #1724CB
RGB
CMYK
RGB Variations
Color information
#1724CB (or 0x1724CB) is known color: Persian Blue. HEX triplet: 17, 24 and CB. RGB value is (23,36,203). Sum of RGB (Red+Green+Blue) = 23+36+203=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #1724CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1724CB is #E8DB34. Grayscale: #323232. Windows color (decimal): -15260469 or 13313047. OLE color: 13313047.
HSL color Cylindrical-coordinate representation of color #1724CB: hue angle of 235.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1724CB is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 36 | 203 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.20 |
| HSL | 235.67º | 0.8% | 0.44% | - |
| HSV(B) | 235.67º | 0.89% | 0.8% | - |
| XYZ | 11.76 | 5.76 | 56.99 | - |
| YUV | 51.15 | 213.69 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 203 | 0.89 | 0.82 | 0 | 0.20 | 235.67 | 0.8 | 0.44 |
| Hex | 17 | 24 | CB | 59 | 52 | 0 | 14 | EC | 50 | 2C |
| Octal | 27 | 44 | 313 | 131 | 122 | 0 | 24 | 354 | 120 | 54 |
| Binary | 10111 | 100100 | 11001011 | 1011001 | 1010010 | 0 | 10100 | 11101100 | 1010000 | 101100 |
Color Harmonies of #1724CB
Complementary color
Monochromatic Colors of #1724CB
Black with #1724CB
Text Example
Text Example
White with #1724CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1724CB; }
p { color: rgb(23,36,203); }
H1.HeaderClassName
{
color: #1724CB;
}
.AnyTagClassName
{
color: #1724CB;
}
</style>
background-color css
<style>
a { background-color: #1724CB; }
a { background-color: rgb(23,36,203); }
div.DivClassName
{
background-color: #1724CB;
}
.BgClassName
{
background-color: #1724CB;
}
</style>
border-color css
<style>
span { border-color: #1724CB; }
span { border-color: rgb(23,36,203); }
td.TdClassName
{
border-color: #1724CB;
}
.TagClassName
{
border-color: #1724CB;
}
</style>