Shades of Persian Blue #162FCE
Tints of Persian Blue #162FCE
RGB
CMYK
RGB Variations
Color information
#162FCE (or 0x162FCE) is known color: Persian Blue. HEX triplet: 16, 2F and CE. RGB value is (22,47,206). Sum of RGB (Red+Green+Blue) = 22+47+206=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #162FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162FCE is #E9D031. Grayscale: #383838. Windows color (decimal): -15323186 or 13512470. OLE color: 13512470.
HSL color Cylindrical-coordinate representation of color #162FCE: hue angle of 231.85º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #162FCE is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 47 | 206 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.19 |
| HSL | 231.85º | 0.81% | 0.45% | - |
| HSV(B) | 231.85º | 0.89% | 0.81% | - |
| XYZ | 12.49 | 6.66 | 59.02 | - |
| YUV | 57.65 | 211.72 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 206 | 0.89 | 0.77 | 0 | 0.19 | 231.85 | 0.81 | 0.45 |
| Hex | 16 | 2F | CE | 59 | 4D | 0 | 13 | E8 | 51 | 2D |
| Octal | 26 | 57 | 316 | 131 | 115 | 0 | 23 | 350 | 121 | 55 |
| Binary | 10110 | 101111 | 11001110 | 1011001 | 1001101 | 0 | 10011 | 11101000 | 1010001 | 101101 |
Color Harmonies of #162FCE
Complementary color
Monochromatic Colors of #162FCE
Black with #162FCE
Text Example
Text Example
White with #162FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162FCE; }
p { color: rgb(22,47,206); }
H1.HeaderClassName
{
color: #162FCE;
}
.AnyTagClassName
{
color: #162FCE;
}
</style>
background-color css
<style>
a { background-color: #162FCE; }
a { background-color: rgb(22,47,206); }
div.DivClassName
{
background-color: #162FCE;
}
.BgClassName
{
background-color: #162FCE;
}
</style>
border-color css
<style>
span { border-color: #162FCE; }
span { border-color: rgb(22,47,206); }
td.TdClassName
{
border-color: #162FCE;
}
.TagClassName
{
border-color: #162FCE;
}
</style>