Shades of Persian Blue #1A16B7
Tints of Persian Blue #1A16B7
RGB
CMYK
RGB Variations
Color information
#1A16B7 (or 0x1A16B7) is known color: Persian Blue. HEX triplet: 1A, 16 and B7. RGB value is (26,22,183). Sum of RGB (Red+Green+Blue) = 26+22+183=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 183 (71.88% from 255 or 79.22% from 231); Max value from RGB is 183 - color contains mainly: blue. Hex color #1A16B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A16B7 is #E5E948. Grayscale: #282828. Windows color (decimal): -15067465 or 11998746. OLE color: 11998746.
HSL color Cylindrical-coordinate representation of color #1A16B7: hue angle of 241.49º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A16B7 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 22 | 183 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.28 |
| HSL | 241.49º | 0.79% | 0.4% | - |
| HSV(B) | 241.49º | 0.88% | 0.72% | - |
| XYZ | 9.26 | 4.21 | 45.12 | - |
| YUV | 41.55 | 207.83 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 183 | 0.86 | 0.88 | 0 | 0.28 | 241.49 | 0.79 | 0.4 |
| Hex | 1A | 16 | B7 | 56 | 58 | 0 | 1C | F1 | 4F | 28 |
| Octal | 32 | 26 | 267 | 126 | 130 | 0 | 34 | 361 | 117 | 50 |
| Binary | 11010 | 10110 | 10110111 | 1010110 | 1011000 | 0 | 11100 | 11110001 | 1001111 | 101000 |
Color Harmonies of #1A16B7
Complementary color
Monochromatic Colors of #1A16B7
Black with #1A16B7
Text Example
Text Example
White with #1A16B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A16B7; }
p { color: rgb(26,22,183); }
H1.HeaderClassName
{
color: #1A16B7;
}
.AnyTagClassName
{
color: #1A16B7;
}
</style>
background-color css
<style>
a { background-color: #1A16B7; }
a { background-color: rgb(26,22,183); }
div.DivClassName
{
background-color: #1A16B7;
}
.BgClassName
{
background-color: #1A16B7;
}
</style>
border-color css
<style>
span { border-color: #1A16B7; }
span { border-color: rgb(26,22,183); }
td.TdClassName
{
border-color: #1A16B7;
}
.TagClassName
{
border-color: #1A16B7;
}
</style>