Shades of Persian Blue #1626DA
Tints of Persian Blue #1626DA
RGB
CMYK
RGB Variations
Color information
#1626DA (or 0x1626DA) is known color: Persian Blue. HEX triplet: 16, 26 and DA. RGB value is (22,38,218). Sum of RGB (Red+Green+Blue) = 22+38+218=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #1626DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1626DA is #E9D925. Grayscale: #353535. Windows color (decimal): -15325478 or 14296598. OLE color: 14296598.
HSL color Cylindrical-coordinate representation of color #1626DA: hue angle of 235.1º 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 #1626DA is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 38 | 218 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.15 |
| HSL | 235.1º | 0.82% | 0.47% | - |
| HSV(B) | 235.1º | 0.9% | 0.85% | - |
| XYZ | 13.68 | 6.62 | 66.89 | - |
| YUV | 53.74 | 220.7 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 218 | 0.90 | 0.83 | 0 | 0.15 | 235.1 | 0.82 | 0.47 |
| Hex | 16 | 26 | DA | 5A | 53 | 0 | F | EB | 52 | 2F |
| Octal | 26 | 46 | 332 | 132 | 123 | 0 | 17 | 353 | 122 | 57 |
| Binary | 10110 | 100110 | 11011010 | 1011010 | 1010011 | 0 | 1111 | 11101011 | 1010010 | 101111 |
Color Harmonies of #1626DA
Complementary color
Monochromatic Colors of #1626DA
Black with #1626DA
Text Example
Text Example
White with #1626DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1626DA; }
p { color: rgb(22,38,218); }
H1.HeaderClassName
{
color: #1626DA;
}
.AnyTagClassName
{
color: #1626DA;
}
</style>
background-color css
<style>
a { background-color: #1626DA; }
a { background-color: rgb(22,38,218); }
div.DivClassName
{
background-color: #1626DA;
}
.BgClassName
{
background-color: #1626DA;
}
</style>
border-color css
<style>
span { border-color: #1626DA; }
span { border-color: rgb(22,38,218); }
td.TdClassName
{
border-color: #1626DA;
}
.TagClassName
{
border-color: #1626DA;
}
</style>