Shades of Persian Blue #1627BF
Tints of Persian Blue #1627BF
RGB
CMYK
RGB Variations
Color information
#1627BF (or 0x1627BF) is known color: Persian Blue. HEX triplet: 16, 27 and BF. RGB value is (22,39,191). Sum of RGB (Red+Green+Blue) = 22+39+191=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #1627BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1627BF is #E9D840. Grayscale: #323232. Windows color (decimal): -15325249 or 12527382. OLE color: 12527382.
HSL color Cylindrical-coordinate representation of color #1627BF: hue angle of 233.96º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1627BF is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 39 | 191 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.25 |
| HSL | 233.96º | 0.79% | 0.42% | - |
| HSV(B) | 233.96º | 0.88% | 0.75% | - |
| XYZ | 10.46 | 5.38 | 49.78 | - |
| YUV | 51.25 | 206.87 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 191 | 0.88 | 0.80 | 0 | 0.25 | 233.96 | 0.79 | 0.42 |
| Hex | 16 | 27 | BF | 58 | 50 | 0 | 19 | EA | 4F | 2A |
| Octal | 26 | 47 | 277 | 130 | 120 | 0 | 31 | 352 | 117 | 52 |
| Binary | 10110 | 100111 | 10111111 | 1011000 | 1010000 | 0 | 11001 | 11101010 | 1001111 | 101010 |
Color Harmonies of #1627BF
Complementary color
Monochromatic Colors of #1627BF
Black with #1627BF
Text Example
Text Example
White with #1627BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1627BF; }
p { color: rgb(22,39,191); }
H1.HeaderClassName
{
color: #1627BF;
}
.AnyTagClassName
{
color: #1627BF;
}
</style>
background-color css
<style>
a { background-color: #1627BF; }
a { background-color: rgb(22,39,191); }
div.DivClassName
{
background-color: #1627BF;
}
.BgClassName
{
background-color: #1627BF;
}
</style>
border-color css
<style>
span { border-color: #1627BF; }
span { border-color: rgb(22,39,191); }
td.TdClassName
{
border-color: #1627BF;
}
.TagClassName
{
border-color: #1627BF;
}
</style>