Shades of Persian Blue #1621C8
Tints of Persian Blue #1621C8
RGB
CMYK
RGB Variations
Color information
#1621C8 (or 0x1621C8) is known color: Persian Blue. HEX triplet: 16, 21 and C8. RGB value is (22,33,200). Sum of RGB (Red+Green+Blue) = 22+33+200=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 200 (78.52% from 255 or 78.43% from 255); Max value from RGB is 200 - color contains mainly: blue. Hex color #1621C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1621C8 is #E9DE37. Grayscale: #303030. Windows color (decimal): -15326776 or 13115670. OLE color: 13115670.
HSL color Cylindrical-coordinate representation of color #1621C8: hue angle of 236.29º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1621C8 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 33 | 200 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.22 |
| HSL | 236.29º | 0.8% | 0.44% | - |
| HSV(B) | 236.29º | 0.89% | 0.78% | - |
| XYZ | 11.3 | 5.43 | 55.1 | - |
| YUV | 48.75 | 213.36 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 200 | 0.89 | 0.84 | 0 | 0.22 | 236.29 | 0.8 | 0.44 |
| Hex | 16 | 21 | C8 | 59 | 54 | 0 | 16 | EC | 50 | 2C |
| Octal | 26 | 41 | 310 | 131 | 124 | 0 | 26 | 354 | 120 | 54 |
| Binary | 10110 | 100001 | 11001000 | 1011001 | 1010100 | 0 | 10110 | 11101100 | 1010000 | 101100 |
Color Harmonies of #1621C8
Complementary color
Monochromatic Colors of #1621C8
Black with #1621C8
Text Example
Text Example
White with #1621C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1621C8; }
p { color: rgb(22,33,200); }
H1.HeaderClassName
{
color: #1621C8;
}
.AnyTagClassName
{
color: #1621C8;
}
</style>
background-color css
<style>
a { background-color: #1621C8; }
a { background-color: rgb(22,33,200); }
div.DivClassName
{
background-color: #1621C8;
}
.BgClassName
{
background-color: #1621C8;
}
</style>
border-color css
<style>
span { border-color: #1621C8; }
span { border-color: rgb(22,33,200); }
td.TdClassName
{
border-color: #1621C8;
}
.TagClassName
{
border-color: #1621C8;
}
</style>