Shades of Persian Blue #163CDC
Tints of Persian Blue #163CDC
RGB
CMYK
RGB Variations
Color information
#163CDC (or 0x163CDC) is known color: Persian Blue. HEX triplet: 16, 3C and DC. RGB value is (22,60,220). Sum of RGB (Red+Green+Blue) = 22+60+220=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #163CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163CDC is #E9C323. Grayscale: #424242. Windows color (decimal): -15319844 or 14433302. OLE color: 14433302.
HSL color Cylindrical-coordinate representation of color #163CDC: hue angle of 228.48º 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 #163CDC is Cyan = 0.9, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 60 | 220 | - |
| CMYK | 0.9 | 0.73 | 0 | 0.14 |
| HSL | 228.48º | 0.82% | 0.47% | - |
| HSV(B) | 228.48º | 0.9% | 0.86% | - |
| XYZ | 14.87 | 8.57 | 68.58 | - |
| YUV | 66.88 | 214.41 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 220 | 0.9 | 0.73 | 0 | 0.14 | 228.48 | 0.82 | 0.47 |
| Hex | 16 | 3C | DC | 5A | 49 | 0 | E | E4 | 52 | 2F |
| Octal | 26 | 74 | 334 | 132 | 111 | 0 | 16 | 344 | 122 | 57 |
| Binary | 10110 | 111100 | 11011100 | 1011010 | 1001001 | 0 | 1110 | 11100100 | 1010010 | 101111 |
Color Harmonies of #163CDC
Complementary color
Monochromatic Colors of #163CDC
Black with #163CDC
Text Example
Text Example
White with #163CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163CDC; }
p { color: rgb(22,60,220); }
H1.HeaderClassName
{
color: #163CDC;
}
.AnyTagClassName
{
color: #163CDC;
}
</style>
background-color css
<style>
a { background-color: #163CDC; }
a { background-color: rgb(22,60,220); }
div.DivClassName
{
background-color: #163CDC;
}
.BgClassName
{
background-color: #163CDC;
}
</style>
border-color css
<style>
span { border-color: #163CDC; }
span { border-color: rgb(22,60,220); }
td.TdClassName
{
border-color: #163CDC;
}
.TagClassName
{
border-color: #163CDC;
}
</style>