Shades of Persian Blue #1630BF
Tints of Persian Blue #1630BF
RGB
CMYK
RGB Variations
Color information
#1630BF (or 0x1630BF) is known color: Persian Blue. HEX triplet: 16, 30 and BF. RGB value is (22,48,191). Sum of RGB (Red+Green+Blue) = 22+48+191=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #1630BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1630BF is #E9CF40. Grayscale: #373737. Windows color (decimal): -15322945 or 12529686. OLE color: 12529686.
HSL color Cylindrical-coordinate representation of color #1630BF: hue angle of 230.77º 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 #1630BF is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 48 | 191 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.25 |
| HSL | 230.77º | 0.79% | 0.42% | - |
| HSV(B) | 230.77º | 0.88% | 0.75% | - |
| XYZ | 10.79 | 6.05 | 49.89 | - |
| YUV | 56.53 | 203.89 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 191 | 0.88 | 0.75 | 0 | 0.25 | 230.77 | 0.79 | 0.42 |
| Hex | 16 | 30 | BF | 58 | 4B | 0 | 19 | E7 | 4F | 2A |
| Octal | 26 | 60 | 277 | 130 | 113 | 0 | 31 | 347 | 117 | 52 |
| Binary | 10110 | 110000 | 10111111 | 1011000 | 1001011 | 0 | 11001 | 11100111 | 1001111 | 101010 |
Color Harmonies of #1630BF
Complementary color
Monochromatic Colors of #1630BF
Black with #1630BF
Text Example
Text Example
White with #1630BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1630BF; }
p { color: rgb(22,48,191); }
H1.HeaderClassName
{
color: #1630BF;
}
.AnyTagClassName
{
color: #1630BF;
}
</style>
background-color css
<style>
a { background-color: #1630BF; }
a { background-color: rgb(22,48,191); }
div.DivClassName
{
background-color: #1630BF;
}
.BgClassName
{
background-color: #1630BF;
}
</style>
border-color css
<style>
span { border-color: #1630BF; }
span { border-color: rgb(22,48,191); }
td.TdClassName
{
border-color: #1630BF;
}
.TagClassName
{
border-color: #1630BF;
}
</style>