Shades of Persian Blue #163FF4
Tints of Persian Blue #163FF4
RGB
CMYK
RGB Variations
Color information
#163FF4 (or 0x163FF4) is known color: Persian Blue. HEX triplet: 16, 3F and F4. RGB value is (22,63,244). Sum of RGB (Red+Green+Blue) = 22+63+244=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 244 (95.70% from 255 or 74.16% from 329); Max value from RGB is 244 - color contains mainly: blue. Hex color #163FF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163FF4 is #E9C00B. Grayscale: #464646. Windows color (decimal): -15319052 or 16006934. OLE color: 16006934.
HSL color Cylindrical-coordinate representation of color #163FF4: hue angle of 228.92º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163FF4 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 63 | 244 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.04 |
| HSL | 228.92º | 0.91% | 0.52% | - |
| HSV(B) | 228.92º | 0.91% | 0.96% | - |
| XYZ | 18.44 | 10.26 | 86.6 | - |
| YUV | 71.38 | 225.42 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 244 | 0.91 | 0.74 | 0 | 0.04 | 228.92 | 0.91 | 0.52 |
| Hex | 16 | 3F | F4 | 5B | 4A | 0 | 4 | E5 | 5B | 34 |
| Octal | 26 | 77 | 364 | 133 | 112 | 0 | 4 | 345 | 133 | 64 |
| Binary | 10110 | 111111 | 11110100 | 1011011 | 1001010 | 0 | 100 | 11100101 | 1011011 | 110100 |
Color Harmonies of #163FF4
Complementary color
Monochromatic Colors of #163FF4
Black with #163FF4
Text Example
Text Example
White with #163FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FF4; }
p { color: rgb(22,63,244); }
H1.HeaderClassName
{
color: #163FF4;
}
.AnyTagClassName
{
color: #163FF4;
}
</style>
background-color css
<style>
a { background-color: #163FF4; }
a { background-color: rgb(22,63,244); }
div.DivClassName
{
background-color: #163FF4;
}
.BgClassName
{
background-color: #163FF4;
}
</style>
border-color css
<style>
span { border-color: #163FF4; }
span { border-color: rgb(22,63,244); }
td.TdClassName
{
border-color: #163FF4;
}
.TagClassName
{
border-color: #163FF4;
}
</style>