Shades of Persian Blue #1630C6
Tints of Persian Blue #1630C6
RGB
CMYK
RGB Variations
Color information
#1630C6 (or 0x1630C6) is known color: Persian Blue. HEX triplet: 16, 30 and C6. RGB value is (22,48,198). Sum of RGB (Red+Green+Blue) = 22+48+198=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 198 (77.73% from 255 or 73.88% from 268); Max value from RGB is 198 - color contains mainly: blue. Hex color #1630C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1630C6 is #E9CF39. Grayscale: #383838. Windows color (decimal): -15322938 or 12988438. OLE color: 12988438.
HSL color Cylindrical-coordinate representation of color #1630C6: hue angle of 231.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1630C6 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 48 | 198 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.22 |
| HSL | 231.14º | 0.8% | 0.43% | - |
| HSV(B) | 231.14º | 0.89% | 0.78% | - |
| XYZ | 11.58 | 6.36 | 54.04 | - |
| YUV | 57.33 | 207.39 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 198 | 0.89 | 0.76 | 0 | 0.22 | 231.14 | 0.8 | 0.43 |
| Hex | 16 | 30 | C6 | 59 | 4C | 0 | 16 | E7 | 50 | 2B |
| Octal | 26 | 60 | 306 | 131 | 114 | 0 | 26 | 347 | 120 | 53 |
| Binary | 10110 | 110000 | 11000110 | 1011001 | 1001100 | 0 | 10110 | 11100111 | 1010000 | 101011 |
Color Harmonies of #1630C6
Complementary color
Monochromatic Colors of #1630C6
Black with #1630C6
Text Example
Text Example
White with #1630C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1630C6; }
p { color: rgb(22,48,198); }
H1.HeaderClassName
{
color: #1630C6;
}
.AnyTagClassName
{
color: #1630C6;
}
</style>
background-color css
<style>
a { background-color: #1630C6; }
a { background-color: rgb(22,48,198); }
div.DivClassName
{
background-color: #1630C6;
}
.BgClassName
{
background-color: #1630C6;
}
</style>
border-color css
<style>
span { border-color: #1630C6; }
span { border-color: rgb(22,48,198); }
td.TdClassName
{
border-color: #1630C6;
}
.TagClassName
{
border-color: #1630C6;
}
</style>