Shades of Persian Blue #1721CB
Tints of Persian Blue #1721CB
RGB
CMYK
RGB Variations
Color information
#1721CB (or 0x1721CB) is known color: Persian Blue. HEX triplet: 17, 21 and CB. RGB value is (23,33,203). Sum of RGB (Red+Green+Blue) = 23+33+203=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #1721CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1721CB is #E8DE34. Grayscale: #303030. Windows color (decimal): -15261237 or 13312279. OLE color: 13312279.
HSL color Cylindrical-coordinate representation of color #1721CB: hue angle of 236.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 #1721CB is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 33 | 203 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.20 |
| HSL | 236.67º | 0.8% | 0.44% | - |
| HSV(B) | 236.67º | 0.89% | 0.8% | - |
| XYZ | 11.68 | 5.58 | 56.96 | - |
| YUV | 49.39 | 214.69 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 203 | 0.89 | 0.84 | 0 | 0.20 | 236.67 | 0.8 | 0.44 |
| Hex | 17 | 21 | CB | 59 | 54 | 0 | 14 | ED | 50 | 2C |
| Octal | 27 | 41 | 313 | 131 | 124 | 0 | 24 | 355 | 120 | 54 |
| Binary | 10111 | 100001 | 11001011 | 1011001 | 1010100 | 0 | 10100 | 11101101 | 1010000 | 101100 |
Color Harmonies of #1721CB
Complementary color
Monochromatic Colors of #1721CB
Black with #1721CB
Text Example
Text Example
White with #1721CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1721CB; }
p { color: rgb(23,33,203); }
H1.HeaderClassName
{
color: #1721CB;
}
.AnyTagClassName
{
color: #1721CB;
}
</style>
background-color css
<style>
a { background-color: #1721CB; }
a { background-color: rgb(23,33,203); }
div.DivClassName
{
background-color: #1721CB;
}
.BgClassName
{
background-color: #1721CB;
}
</style>
border-color css
<style>
span { border-color: #1721CB; }
span { border-color: rgb(23,33,203); }
td.TdClassName
{
border-color: #1721CB;
}
.TagClassName
{
border-color: #1721CB;
}
</style>