Shades of Persian Blue #1826B9
Tints of Persian Blue #1826B9
RGB
CMYK
RGB Variations
Color information
#1826B9 (or 0x1826B9) is known color: Persian Blue. HEX triplet: 18, 26 and B9. RGB value is (24,38,185). Sum of RGB (Red+Green+Blue) = 24+38+185=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 185 (72.66% from 255 or 74.90% from 247); Max value from RGB is 185 - color contains mainly: blue. Hex color #1826B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1826B9 is #E7D946. Grayscale: #313131. Windows color (decimal): -15194439 or 12133912. OLE color: 12133912.
HSL color Cylindrical-coordinate representation of color #1826B9: hue angle of 234.78º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1826B9 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 38 | 185 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.27 |
| HSL | 234.78º | 0.77% | 0.41% | - |
| HSV(B) | 234.78º | 0.87% | 0.73% | - |
| XYZ | 9.83 | 5.08 | 46.36 | - |
| YUV | 50.57 | 203.86 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 185 | 0.87 | 0.79 | 0 | 0.27 | 234.78 | 0.77 | 0.41 |
| Hex | 18 | 26 | B9 | 57 | 4F | 0 | 1B | EB | 4D | 29 |
| Octal | 30 | 46 | 271 | 127 | 117 | 0 | 33 | 353 | 115 | 51 |
| Binary | 11000 | 100110 | 10111001 | 1010111 | 1001111 | 0 | 11011 | 11101011 | 1001101 | 101001 |
Color Harmonies of #1826B9
Complementary color
Monochromatic Colors of #1826B9
Black with #1826B9
Text Example
Text Example
White with #1826B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1826B9; }
p { color: rgb(24,38,185); }
H1.HeaderClassName
{
color: #1826B9;
}
.AnyTagClassName
{
color: #1826B9;
}
</style>
background-color css
<style>
a { background-color: #1826B9; }
a { background-color: rgb(24,38,185); }
div.DivClassName
{
background-color: #1826B9;
}
.BgClassName
{
background-color: #1826B9;
}
</style>
border-color css
<style>
span { border-color: #1826B9; }
span { border-color: rgb(24,38,185); }
td.TdClassName
{
border-color: #1826B9;
}
.TagClassName
{
border-color: #1826B9;
}
</style>