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