Shades of Persian Blue #1628DA
Tints of Persian Blue #1628DA
RGB
CMYK
RGB Variations
Color information
#1628DA (or 0x1628DA) is known color: Persian Blue. HEX triplet: 16, 28 and DA. RGB value is (22,40,218). Sum of RGB (Red+Green+Blue) = 22+40+218=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #1628DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1628DA is #E9D725. Grayscale: #363636. Windows color (decimal): -15324966 or 14297110. OLE color: 14297110.
HSL color Cylindrical-coordinate representation of color #1628DA: hue angle of 234.49º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1628DA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 40 | 218 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.15 |
| HSL | 234.49º | 0.82% | 0.47% | - |
| HSV(B) | 234.49º | 0.9% | 0.85% | - |
| XYZ | 13.74 | 6.75 | 66.91 | - |
| YUV | 54.91 | 220.04 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 218 | 0.90 | 0.82 | 0 | 0.15 | 234.49 | 0.82 | 0.47 |
| Hex | 16 | 28 | DA | 5A | 52 | 0 | F | EA | 52 | 2F |
| Octal | 26 | 50 | 332 | 132 | 122 | 0 | 17 | 352 | 122 | 57 |
| Binary | 10110 | 101000 | 11011010 | 1011010 | 1010010 | 0 | 1111 | 11101010 | 1010010 | 101111 |
Color Harmonies of #1628DA
Complementary color
Monochromatic Colors of #1628DA
Black with #1628DA
Text Example
Text Example
White with #1628DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1628DA; }
p { color: rgb(22,40,218); }
H1.HeaderClassName
{
color: #1628DA;
}
.AnyTagClassName
{
color: #1628DA;
}
</style>
background-color css
<style>
a { background-color: #1628DA; }
a { background-color: rgb(22,40,218); }
div.DivClassName
{
background-color: #1628DA;
}
.BgClassName
{
background-color: #1628DA;
}
</style>
border-color css
<style>
span { border-color: #1628DA; }
span { border-color: rgb(22,40,218); }
td.TdClassName
{
border-color: #1628DA;
}
.TagClassName
{
border-color: #1628DA;
}
</style>