Shades of Persian Blue #1638BA
Tints of Persian Blue #1638BA
RGB
CMYK
RGB Variations
Color information
#1638BA (or 0x1638BA) is known color: Persian Blue. HEX triplet: 16, 38 and BA. RGB value is (22,56,186). Sum of RGB (Red+Green+Blue) = 22+56+186=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #1638BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1638BA is #E9C745. Grayscale: #3C3C3C. Windows color (decimal): -15320902 or 12204054. OLE color: 12204054.
HSL color Cylindrical-coordinate representation of color #1638BA: hue angle of 227.56º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1638BA is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 56 | 186 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.27 |
| HSL | 227.56º | 0.79% | 0.41% | - |
| HSV(B) | 227.56º | 0.88% | 0.73% | - |
| XYZ | 10.61 | 6.54 | 47.16 | - |
| YUV | 60.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 186 | 0.88 | 0.70 | 0 | 0.27 | 227.56 | 0.79 | 0.41 |
| Hex | 16 | 38 | BA | 58 | 46 | 0 | 1B | E4 | 4F | 29 |
| Octal | 26 | 70 | 272 | 130 | 106 | 0 | 33 | 344 | 117 | 51 |
| Binary | 10110 | 111000 | 10111010 | 1011000 | 1000110 | 0 | 11011 | 11100100 | 1001111 | 101001 |
Color Harmonies of #1638BA
Complementary color
Monochromatic Colors of #1638BA
Black with #1638BA
Text Example
Text Example
White with #1638BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1638BA; }
p { color: rgb(22,56,186); }
H1.HeaderClassName
{
color: #1638BA;
}
.AnyTagClassName
{
color: #1638BA;
}
</style>
background-color css
<style>
a { background-color: #1638BA; }
a { background-color: rgb(22,56,186); }
div.DivClassName
{
background-color: #1638BA;
}
.BgClassName
{
background-color: #1638BA;
}
</style>
border-color css
<style>
span { border-color: #1638BA; }
span { border-color: rgb(22,56,186); }
td.TdClassName
{
border-color: #1638BA;
}
.TagClassName
{
border-color: #1638BA;
}
</style>