Shades of Persian Blue #1634B5
Tints of Persian Blue #1634B5
RGB
CMYK
RGB Variations
Color information
#1634B5 (or 0x1634B5) is known color: Persian Blue. HEX triplet: 16, 34 and B5. RGB value is (22,52,181). Sum of RGB (Red+Green+Blue) = 22+52+181=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 181 (71.09% from 255 or 70.98% from 255); Max value from RGB is 181 - color contains mainly: blue. Hex color #1634B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1634B5 is #E9CB4A. Grayscale: #393939. Windows color (decimal): -15321931 or 11875350. OLE color: 11875350.
HSL color Cylindrical-coordinate representation of color #1634B5: hue angle of 228.68º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1634B5 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 52 | 181 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.29 |
| HSL | 228.68º | 0.78% | 0.4% | - |
| HSV(B) | 228.68º | 0.88% | 0.71% | - |
| XYZ | 9.9 | 5.96 | 44.35 | - |
| YUV | 57.74 | 197.56 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 181 | 0.88 | 0.71 | 0 | 0.29 | 228.68 | 0.78 | 0.4 |
| Hex | 16 | 34 | B5 | 58 | 47 | 0 | 1D | E5 | 4E | 28 |
| Octal | 26 | 64 | 265 | 130 | 107 | 0 | 35 | 345 | 116 | 50 |
| Binary | 10110 | 110100 | 10110101 | 1011000 | 1000111 | 0 | 11101 | 11100101 | 1001110 | 101000 |
Color Harmonies of #1634B5
Complementary color
Monochromatic Colors of #1634B5
Black with #1634B5
Text Example
Text Example
White with #1634B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1634B5; }
p { color: rgb(22,52,181); }
H1.HeaderClassName
{
color: #1634B5;
}
.AnyTagClassName
{
color: #1634B5;
}
</style>
background-color css
<style>
a { background-color: #1634B5; }
a { background-color: rgb(22,52,181); }
div.DivClassName
{
background-color: #1634B5;
}
.BgClassName
{
background-color: #1634B5;
}
</style>
border-color css
<style>
span { border-color: #1634B5; }
span { border-color: rgb(22,52,181); }
td.TdClassName
{
border-color: #1634B5;
}
.TagClassName
{
border-color: #1634B5;
}
</style>