Shades of Persian Blue #1B16B7
Tints of Persian Blue #1B16B7
RGB
CMYK
RGB Variations
Color information
#1B16B7 (or 0x1B16B7) is known color: Persian Blue. HEX triplet: 1B, 16 and B7. RGB value is (27,22,183). Sum of RGB (Red+Green+Blue) = 27+22+183=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 183 (71.88% from 255 or 78.88% from 232); Max value from RGB is 183 - color contains mainly: blue. Hex color #1B16B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B16B7 is #E4E948. Grayscale: #292929. Windows color (decimal): -15001929 or 11998747. OLE color: 11998747.
HSL color Cylindrical-coordinate representation of color #1B16B7: hue angle of 241.86º 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 #1B16B7 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 22 | 183 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.28 |
| HSL | 241.86º | 0.79% | 0.4% | - |
| HSV(B) | 241.86º | 0.88% | 0.72% | - |
| XYZ | 9.29 | 4.23 | 45.13 | - |
| YUV | 41.85 | 207.66 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 183 | 0.85 | 0.88 | 0 | 0.28 | 241.86 | 0.79 | 0.4 |
| Hex | 1B | 16 | B7 | 55 | 58 | 0 | 1C | F2 | 4F | 28 |
| Octal | 33 | 26 | 267 | 125 | 130 | 0 | 34 | 362 | 117 | 50 |
| Binary | 11011 | 10110 | 10110111 | 1010101 | 1011000 | 0 | 11100 | 11110010 | 1001111 | 101000 |
Color Harmonies of #1B16B7
Complementary color
Monochromatic Colors of #1B16B7
Black with #1B16B7
Text Example
Text Example
White with #1B16B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B16B7; }
p { color: rgb(27,22,183); }
H1.HeaderClassName
{
color: #1B16B7;
}
.AnyTagClassName
{
color: #1B16B7;
}
</style>
background-color css
<style>
a { background-color: #1B16B7; }
a { background-color: rgb(27,22,183); }
div.DivClassName
{
background-color: #1B16B7;
}
.BgClassName
{
background-color: #1B16B7;
}
</style>
border-color css
<style>
span { border-color: #1B16B7; }
span { border-color: rgb(27,22,183); }
td.TdClassName
{
border-color: #1B16B7;
}
.TagClassName
{
border-color: #1B16B7;
}
</style>