Shades of Persian Blue #162FBA
Tints of Persian Blue #162FBA
RGB
CMYK
RGB Variations
Color information
#162FBA (or 0x162FBA) is known color: Persian Blue. HEX triplet: 16, 2F and BA. RGB value is (22,47,186). Sum of RGB (Red+Green+Blue) = 22+47+186=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #162FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162FBA is #E9D045. Grayscale: #363636. Windows color (decimal): -15323206 or 12201750. OLE color: 12201750.
HSL color Cylindrical-coordinate representation of color #162FBA: hue angle of 230.85º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #162FBA is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 47 | 186 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.27 |
| HSL | 230.85º | 0.79% | 0.41% | - |
| HSV(B) | 230.85º | 0.88% | 0.73% | - |
| XYZ | 10.21 | 5.75 | 47.03 | - |
| YUV | 55.37 | 201.72 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 186 | 0.88 | 0.75 | 0 | 0.27 | 230.85 | 0.79 | 0.41 |
| Hex | 16 | 2F | BA | 58 | 4B | 0 | 1B | E7 | 4F | 29 |
| Octal | 26 | 57 | 272 | 130 | 113 | 0 | 33 | 347 | 117 | 51 |
| Binary | 10110 | 101111 | 10111010 | 1011000 | 1001011 | 0 | 11011 | 11100111 | 1001111 | 101001 |
Color Harmonies of #162FBA
Complementary color
Monochromatic Colors of #162FBA
Black with #162FBA
Text Example
Text Example
White with #162FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162FBA; }
p { color: rgb(22,47,186); }
H1.HeaderClassName
{
color: #162FBA;
}
.AnyTagClassName
{
color: #162FBA;
}
</style>
background-color css
<style>
a { background-color: #162FBA; }
a { background-color: rgb(22,47,186); }
div.DivClassName
{
background-color: #162FBA;
}
.BgClassName
{
background-color: #162FBA;
}
</style>
border-color css
<style>
span { border-color: #162FBA; }
span { border-color: rgb(22,47,186); }
td.TdClassName
{
border-color: #162FBA;
}
.TagClassName
{
border-color: #162FBA;
}
</style>