Shades of Persian Blue #1629B3
Tints of Persian Blue #1629B3
RGB
CMYK
RGB Variations
Color information
#1629B3 (or 0x1629B3) is known color: Persian Blue. HEX triplet: 16, 29 and B3. RGB value is (22,41,179). Sum of RGB (Red+Green+Blue) = 22+41+179=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 179 (70.31% from 255 or 73.97% from 242); Max value from RGB is 179 - color contains mainly: blue. Hex color #1629B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1629B3 is #E9D64C. Grayscale: #323232. Windows color (decimal): -15324749 or 11741462. OLE color: 11741462.
HSL color Cylindrical-coordinate representation of color #1629B3: hue angle of 232.74º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1629B3 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 41 | 179 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.30 |
| HSL | 232.74º | 0.78% | 0.39% | - |
| HSV(B) | 232.74º | 0.88% | 0.7% | - |
| XYZ | 9.26 | 5.01 | 43.13 | - |
| YUV | 51.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 179 | 0.88 | 0.77 | 0 | 0.30 | 232.74 | 0.78 | 0.39 |
| Hex | 16 | 29 | B3 | 58 | 4D | 0 | 1E | E9 | 4E | 27 |
| Octal | 26 | 51 | 263 | 130 | 115 | 0 | 36 | 351 | 116 | 47 |
| Binary | 10110 | 101001 | 10110011 | 1011000 | 1001101 | 0 | 11110 | 11101001 | 1001110 | 100111 |
Color Harmonies of #1629B3
Complementary color
Monochromatic Colors of #1629B3
Black with #1629B3
Text Example
Text Example
White with #1629B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629B3; }
p { color: rgb(22,41,179); }
H1.HeaderClassName
{
color: #1629B3;
}
.AnyTagClassName
{
color: #1629B3;
}
</style>
background-color css
<style>
a { background-color: #1629B3; }
a { background-color: rgb(22,41,179); }
div.DivClassName
{
background-color: #1629B3;
}
.BgClassName
{
background-color: #1629B3;
}
</style>
border-color css
<style>
span { border-color: #1629B3; }
span { border-color: rgb(22,41,179); }
td.TdClassName
{
border-color: #1629B3;
}
.TagClassName
{
border-color: #1629B3;
}
</style>