Shades of Persian Blue #1628B3
Tints of Persian Blue #1628B3
RGB
CMYK
RGB Variations
Color information
#1628B3 (or 0x1628B3) is known color: Persian Blue. HEX triplet: 16, 28 and B3. RGB value is (22,40,179). Sum of RGB (Red+Green+Blue) = 22+40+179=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 179 (70.31% from 255 or 74.27% from 241); Max value from RGB is 179 - color contains mainly: blue. Hex color #1628B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1628B3 is #E9D74C. Grayscale: #313131. Windows color (decimal): -15325005 or 11741206. OLE color: 11741206.
HSL color Cylindrical-coordinate representation of color #1628B3: hue angle of 233.12º 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 #1628B3 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 40 | 179 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.30 |
| HSL | 233.12º | 0.78% | 0.39% | - |
| HSV(B) | 233.12º | 0.88% | 0.7% | - |
| XYZ | 9.23 | 4.94 | 43.12 | - |
| YUV | 50.46 | 200.54 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 179 | 0.88 | 0.78 | 0 | 0.30 | 233.12 | 0.78 | 0.39 |
| Hex | 16 | 28 | B3 | 58 | 4E | 0 | 1E | E9 | 4E | 27 |
| Octal | 26 | 50 | 263 | 130 | 116 | 0 | 36 | 351 | 116 | 47 |
| Binary | 10110 | 101000 | 10110011 | 1011000 | 1001110 | 0 | 11110 | 11101001 | 1001110 | 100111 |
Color Harmonies of #1628B3
Complementary color
Monochromatic Colors of #1628B3
Black with #1628B3
Text Example
Text Example
White with #1628B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1628B3; }
p { color: rgb(22,40,179); }
H1.HeaderClassName
{
color: #1628B3;
}
.AnyTagClassName
{
color: #1628B3;
}
</style>
background-color css
<style>
a { background-color: #1628B3; }
a { background-color: rgb(22,40,179); }
div.DivClassName
{
background-color: #1628B3;
}
.BgClassName
{
background-color: #1628B3;
}
</style>
border-color css
<style>
span { border-color: #1628B3; }
span { border-color: rgb(22,40,179); }
td.TdClassName
{
border-color: #1628B3;
}
.TagClassName
{
border-color: #1628B3;
}
</style>