Shades of Persian Blue #161FCB
Tints of Persian Blue #161FCB
RGB
CMYK
RGB Variations
Color information
#161FCB (or 0x161FCB) is known color: Persian Blue. HEX triplet: 16, 1F and CB. RGB value is (22,31,203). Sum of RGB (Red+Green+Blue) = 22+31+203=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #161FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161FCB is #E9E034. Grayscale: #2F2F2F. Windows color (decimal): -15327285 or 13311766. OLE color: 13311766.
HSL color Cylindrical-coordinate representation of color #161FCB: hue angle of 237.02º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #161FCB is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 31 | 203 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.20 |
| HSL | 237.02º | 0.8% | 0.44% | - |
| HSV(B) | 237.02º | 0.89% | 0.8% | - |
| XYZ | 11.6 | 5.46 | 56.94 | - |
| YUV | 47.92 | 215.52 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 203 | 0.89 | 0.85 | 0 | 0.20 | 237.02 | 0.8 | 0.44 |
| Hex | 16 | 1F | CB | 59 | 55 | 0 | 14 | ED | 50 | 2C |
| Octal | 26 | 37 | 313 | 131 | 125 | 0 | 24 | 355 | 120 | 54 |
| Binary | 10110 | 11111 | 11001011 | 1011001 | 1010101 | 0 | 10100 | 11101101 | 1010000 | 101100 |
Color Harmonies of #161FCB
Complementary color
Monochromatic Colors of #161FCB
Black with #161FCB
Text Example
Text Example
White with #161FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161FCB; }
p { color: rgb(22,31,203); }
H1.HeaderClassName
{
color: #161FCB;
}
.AnyTagClassName
{
color: #161FCB;
}
</style>
background-color css
<style>
a { background-color: #161FCB; }
a { background-color: rgb(22,31,203); }
div.DivClassName
{
background-color: #161FCB;
}
.BgClassName
{
background-color: #161FCB;
}
</style>
border-color css
<style>
span { border-color: #161FCB; }
span { border-color: rgb(22,31,203); }
td.TdClassName
{
border-color: #161FCB;
}
.TagClassName
{
border-color: #161FCB;
}
</style>