Shades of Persian Blue #1627BA
Tints of Persian Blue #1627BA
RGB
CMYK
RGB Variations
Color information
#1627BA (or 0x1627BA) is known color: Persian Blue. HEX triplet: 16, 27 and BA. RGB value is (22,39,186). Sum of RGB (Red+Green+Blue) = 22+39+186=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #1627BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1627BA is #E9D845. Grayscale: #323232. Windows color (decimal): -15325254 or 12199702. OLE color: 12199702.
HSL color Cylindrical-coordinate representation of color #1627BA: hue angle of 233.78º 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 #1627BA is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 39 | 186 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.27 |
| HSL | 233.78º | 0.79% | 0.41% | - |
| HSV(B) | 233.78º | 0.88% | 0.73% | - |
| XYZ | 9.92 | 5.17 | 46.93 | - |
| YUV | 50.68 | 204.37 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 186 | 0.88 | 0.79 | 0 | 0.27 | 233.78 | 0.79 | 0.41 |
| Hex | 16 | 27 | BA | 58 | 4F | 0 | 1B | EA | 4F | 29 |
| Octal | 26 | 47 | 272 | 130 | 117 | 0 | 33 | 352 | 117 | 51 |
| Binary | 10110 | 100111 | 10111010 | 1011000 | 1001111 | 0 | 11011 | 11101010 | 1001111 | 101001 |
Color Harmonies of #1627BA
Complementary color
Monochromatic Colors of #1627BA
Black with #1627BA
Text Example
Text Example
White with #1627BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1627BA; }
p { color: rgb(22,39,186); }
H1.HeaderClassName
{
color: #1627BA;
}
.AnyTagClassName
{
color: #1627BA;
}
</style>
background-color css
<style>
a { background-color: #1627BA; }
a { background-color: rgb(22,39,186); }
div.DivClassName
{
background-color: #1627BA;
}
.BgClassName
{
background-color: #1627BA;
}
</style>
border-color css
<style>
span { border-color: #1627BA; }
span { border-color: rgb(22,39,186); }
td.TdClassName
{
border-color: #1627BA;
}
.TagClassName
{
border-color: #1627BA;
}
</style>