Shades of Persian Blue #1630DB
Tints of Persian Blue #1630DB
RGB
CMYK
RGB Variations
Color information
#1630DB (or 0x1630DB) is known color: Persian Blue. HEX triplet: 16, 30 and DB. RGB value is (22,48,219). Sum of RGB (Red+Green+Blue) = 22+48+219=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #1630DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1630DB is #E9CF24. Grayscale: #3B3B3B. Windows color (decimal): -15322917 or 14364694. OLE color: 14364694.
HSL color Cylindrical-coordinate representation of color #1630DB: hue angle of 232.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1630DB is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 48 | 219 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.14 |
| HSL | 232.08º | 0.82% | 0.47% | - |
| HSV(B) | 232.08º | 0.9% | 0.86% | - |
| XYZ | 14.17 | 7.4 | 67.7 | - |
| YUV | 59.72 | 217.89 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 219 | 0.90 | 0.78 | 0 | 0.14 | 232.08 | 0.82 | 0.47 |
| Hex | 16 | 30 | DB | 5A | 4E | 0 | E | E8 | 52 | 2F |
| Octal | 26 | 60 | 333 | 132 | 116 | 0 | 16 | 350 | 122 | 57 |
| Binary | 10110 | 110000 | 11011011 | 1011010 | 1001110 | 0 | 1110 | 11101000 | 1010010 | 101111 |
Color Harmonies of #1630DB
Complementary color
Monochromatic Colors of #1630DB
Black with #1630DB
Text Example
Text Example
White with #1630DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1630DB; }
p { color: rgb(22,48,219); }
H1.HeaderClassName
{
color: #1630DB;
}
.AnyTagClassName
{
color: #1630DB;
}
</style>
background-color css
<style>
a { background-color: #1630DB; }
a { background-color: rgb(22,48,219); }
div.DivClassName
{
background-color: #1630DB;
}
.BgClassName
{
background-color: #1630DB;
}
</style>
border-color css
<style>
span { border-color: #1630DB; }
span { border-color: rgb(22,48,219); }
td.TdClassName
{
border-color: #1630DB;
}
.TagClassName
{
border-color: #1630DB;
}
</style>