Shades of Persian Blue #1926B7
Tints of Persian Blue #1926B7
RGB
CMYK
RGB Variations
Color information
#1926B7 (or 0x1926B7) is known color: Persian Blue. HEX triplet: 19, 26 and B7. RGB value is (25,38,183). Sum of RGB (Red+Green+Blue) = 25+38+183=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 183 (71.88% from 255 or 74.39% from 246); Max value from RGB is 183 - color contains mainly: blue. Hex color #1926B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1926B7 is #E6D948. Grayscale: #323232. Windows color (decimal): -15128905 or 12002841. OLE color: 12002841.
HSL color Cylindrical-coordinate representation of color #1926B7: hue angle of 235.06º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1926B7 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 38 | 183 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.28 |
| HSL | 235.06º | 0.76% | 0.41% | - |
| HSV(B) | 235.06º | 0.86% | 0.72% | - |
| XYZ | 9.64 | 5.01 | 45.26 | - |
| YUV | 50.64 | 202.69 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 183 | 0.86 | 0.79 | 0 | 0.28 | 235.06 | 0.76 | 0.41 |
| Hex | 19 | 26 | B7 | 56 | 4F | 0 | 1C | EB | 4C | 29 |
| Octal | 31 | 46 | 267 | 126 | 117 | 0 | 34 | 353 | 114 | 51 |
| Binary | 11001 | 100110 | 10110111 | 1010110 | 1001111 | 0 | 11100 | 11101011 | 1001100 | 101001 |
Color Harmonies of #1926B7
Complementary color
Monochromatic Colors of #1926B7
Black with #1926B7
Text Example
Text Example
White with #1926B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1926B7; }
p { color: rgb(25,38,183); }
H1.HeaderClassName
{
color: #1926B7;
}
.AnyTagClassName
{
color: #1926B7;
}
</style>
background-color css
<style>
a { background-color: #1926B7; }
a { background-color: rgb(25,38,183); }
div.DivClassName
{
background-color: #1926B7;
}
.BgClassName
{
background-color: #1926B7;
}
</style>
border-color css
<style>
span { border-color: #1926B7; }
span { border-color: rgb(25,38,183); }
td.TdClassName
{
border-color: #1926B7;
}
.TagClassName
{
border-color: #1926B7;
}
</style>