Shades of Persian Blue #162FCA
Tints of Persian Blue #162FCA
RGB
CMYK
RGB Variations
Color information
#162FCA (or 0x162FCA) is known color: Persian Blue. HEX triplet: 16, 2F and CA. RGB value is (22,47,202). Sum of RGB (Red+Green+Blue) = 22+47+202=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #162FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162FCA is #E9D035. Grayscale: #383838. Windows color (decimal): -15323190 or 13250326. OLE color: 13250326.
HSL color Cylindrical-coordinate representation of color #162FCA: hue angle of 231.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #162FCA is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 47 | 202 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.21 |
| HSL | 231.67º | 0.8% | 0.44% | - |
| HSV(B) | 231.67º | 0.89% | 0.79% | - |
| XYZ | 12.01 | 6.47 | 56.49 | - |
| YUV | 57.2 | 209.72 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 202 | 0.89 | 0.77 | 0 | 0.21 | 231.67 | 0.8 | 0.44 |
| Hex | 16 | 2F | CA | 59 | 4D | 0 | 15 | E8 | 50 | 2C |
| Octal | 26 | 57 | 312 | 131 | 115 | 0 | 25 | 350 | 120 | 54 |
| Binary | 10110 | 101111 | 11001010 | 1011001 | 1001101 | 0 | 10101 | 11101000 | 1010000 | 101100 |
Color Harmonies of #162FCA
Complementary color
Monochromatic Colors of #162FCA
Black with #162FCA
Text Example
Text Example
White with #162FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162FCA; }
p { color: rgb(22,47,202); }
H1.HeaderClassName
{
color: #162FCA;
}
.AnyTagClassName
{
color: #162FCA;
}
</style>
background-color css
<style>
a { background-color: #162FCA; }
a { background-color: rgb(22,47,202); }
div.DivClassName
{
background-color: #162FCA;
}
.BgClassName
{
background-color: #162FCA;
}
</style>
border-color css
<style>
span { border-color: #162FCA; }
span { border-color: rgb(22,47,202); }
td.TdClassName
{
border-color: #162FCA;
}
.TagClassName
{
border-color: #162FCA;
}
</style>