Shades of Persian Blue #163DC3
Tints of Persian Blue #163DC3
RGB
CMYK
RGB Variations
Color information
#163DC3 (or 0x163DC3) is known color: Persian Blue. HEX triplet: 16, 3D and C3. RGB value is (22,61,195). Sum of RGB (Red+Green+Blue) = 22+61+195=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 195 (76.56% from 255 or 70.14% from 278); Max value from RGB is 195 - color contains mainly: blue. Hex color #163DC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DC3 is #E9C23C. Grayscale: #404040. Windows color (decimal): -15319613 or 12795158. OLE color: 12795158.
HSL color Cylindrical-coordinate representation of color #163DC3: hue angle of 226.47º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163DC3 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 61 | 195 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.24 |
| HSL | 226.47º | 0.8% | 0.43% | - |
| HSV(B) | 226.47º | 0.89% | 0.76% | - |
| XYZ | 11.85 | 7.45 | 52.44 | - |
| YUV | 64.62 | 201.58 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 195 | 0.89 | 0.69 | 0 | 0.24 | 226.47 | 0.8 | 0.43 |
| Hex | 16 | 3D | C3 | 59 | 45 | 0 | 18 | E2 | 50 | 2B |
| Octal | 26 | 75 | 303 | 131 | 105 | 0 | 30 | 342 | 120 | 53 |
| Binary | 10110 | 111101 | 11000011 | 1011001 | 1000101 | 0 | 11000 | 11100010 | 1010000 | 101011 |
Color Harmonies of #163DC3
Complementary color
Monochromatic Colors of #163DC3
Black with #163DC3
Text Example
Text Example
White with #163DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163DC3; }
p { color: rgb(22,61,195); }
H1.HeaderClassName
{
color: #163DC3;
}
.AnyTagClassName
{
color: #163DC3;
}
</style>
background-color css
<style>
a { background-color: #163DC3; }
a { background-color: rgb(22,61,195); }
div.DivClassName
{
background-color: #163DC3;
}
.BgClassName
{
background-color: #163DC3;
}
</style>
border-color css
<style>
span { border-color: #163DC3; }
span { border-color: rgb(22,61,195); }
td.TdClassName
{
border-color: #163DC3;
}
.TagClassName
{
border-color: #163DC3;
}
</style>