Shades of Persian Blue #1638DA
Tints of Persian Blue #1638DA
RGB
CMYK
RGB Variations
Color information
#1638DA (or 0x1638DA) is known color: Persian Blue. HEX triplet: 16, 38 and DA. RGB value is (22,56,218). Sum of RGB (Red+Green+Blue) = 22+56+218=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #1638DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1638DA is #E9C725. Grayscale: #3F3F3F. Windows color (decimal): -15320870 or 14301206. OLE color: 14301206.
HSL color Cylindrical-coordinate representation of color #1638DA: hue angle of 229.59º 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 #1638DA is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 56 | 218 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.15 |
| HSL | 229.59º | 0.82% | 0.47% | - |
| HSV(B) | 229.59º | 0.9% | 0.85% | - |
| XYZ | 14.4 | 8.06 | 67.13 | - |
| YUV | 64.3 | 214.74 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 218 | 0.90 | 0.74 | 0 | 0.15 | 229.59 | 0.82 | 0.47 |
| Hex | 16 | 38 | DA | 5A | 4A | 0 | F | E6 | 52 | 2F |
| Octal | 26 | 70 | 332 | 132 | 112 | 0 | 17 | 346 | 122 | 57 |
| Binary | 10110 | 111000 | 11011010 | 1011010 | 1001010 | 0 | 1111 | 11100110 | 1010010 | 101111 |
Color Harmonies of #1638DA
Complementary color
Monochromatic Colors of #1638DA
Black with #1638DA
Text Example
Text Example
White with #1638DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1638DA; }
p { color: rgb(22,56,218); }
H1.HeaderClassName
{
color: #1638DA;
}
.AnyTagClassName
{
color: #1638DA;
}
</style>
background-color css
<style>
a { background-color: #1638DA; }
a { background-color: rgb(22,56,218); }
div.DivClassName
{
background-color: #1638DA;
}
.BgClassName
{
background-color: #1638DA;
}
</style>
border-color css
<style>
span { border-color: #1638DA; }
span { border-color: rgb(22,56,218); }
td.TdClassName
{
border-color: #1638DA;
}
.TagClassName
{
border-color: #1638DA;
}
</style>