Shades of Persian Blue #1630BC
Tints of Persian Blue #1630BC
RGB
CMYK
RGB Variations
Color information
#1630BC (or 0x1630BC) is known color: Persian Blue. HEX triplet: 16, 30 and BC. RGB value is (22,48,188). Sum of RGB (Red+Green+Blue) = 22+48+188=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #1630BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1630BC is #E9CF43. Grayscale: #373737. Windows color (decimal): -15322948 or 12333078. OLE color: 12333078.
HSL color Cylindrical-coordinate representation of color #1630BC: hue angle of 230.6º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1630BC is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 48 | 188 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.26 |
| HSL | 230.6º | 0.79% | 0.41% | - |
| HSV(B) | 230.6º | 0.88% | 0.74% | - |
| XYZ | 10.46 | 5.92 | 48.17 | - |
| YUV | 56.19 | 202.39 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 188 | 0.88 | 0.74 | 0 | 0.26 | 230.6 | 0.79 | 0.41 |
| Hex | 16 | 30 | BC | 58 | 4A | 0 | 1A | E7 | 4F | 29 |
| Octal | 26 | 60 | 274 | 130 | 112 | 0 | 32 | 347 | 117 | 51 |
| Binary | 10110 | 110000 | 10111100 | 1011000 | 1001010 | 0 | 11010 | 11100111 | 1001111 | 101001 |
Color Harmonies of #1630BC
Complementary color
Monochromatic Colors of #1630BC
Black with #1630BC
Text Example
Text Example
White with #1630BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1630BC; }
p { color: rgb(22,48,188); }
H1.HeaderClassName
{
color: #1630BC;
}
.AnyTagClassName
{
color: #1630BC;
}
</style>
background-color css
<style>
a { background-color: #1630BC; }
a { background-color: rgb(22,48,188); }
div.DivClassName
{
background-color: #1630BC;
}
.BgClassName
{
background-color: #1630BC;
}
</style>
border-color css
<style>
span { border-color: #1630BC; }
span { border-color: rgb(22,48,188); }
td.TdClassName
{
border-color: #1630BC;
}
.TagClassName
{
border-color: #1630BC;
}
</style>