Shades of Persian Blue #1844BB
Tints of Persian Blue #1844BB
RGB
CMYK
RGB Variations
Color information
#1844BB (or 0x1844BB) is known color: Persian Blue. HEX triplet: 18, 44 and BB. RGB value is (24,68,187). Sum of RGB (Red+Green+Blue) = 24+68+187=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #1844BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1844BB is #E7BB44. Grayscale: #434343. Windows color (decimal): -15186757 or 12272664. OLE color: 12272664.
HSL color Cylindrical-coordinate representation of color #1844BB: hue angle of 223.8º 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 #1844BB is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 68 | 187 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.27 |
| HSL | 223.8º | 0.77% | 0.41% | - |
| HSV(B) | 223.8º | 0.87% | 0.73% | - |
| XYZ | 11.41 | 7.92 | 47.94 | - |
| YUV | 68.41 | 194.92 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 187 | 0.87 | 0.64 | 0 | 0.27 | 223.8 | 0.77 | 0.41 |
| Hex | 18 | 44 | BB | 57 | 40 | 0 | 1B | E0 | 4D | 29 |
| Octal | 30 | 104 | 273 | 127 | 100 | 0 | 33 | 340 | 115 | 51 |
| Binary | 11000 | 1000100 | 10111011 | 1010111 | 1000000 | 0 | 11011 | 11100000 | 1001101 | 101001 |
Color Harmonies of #1844BB
Complementary color
Monochromatic Colors of #1844BB
Black with #1844BB
Text Example
Text Example
White with #1844BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1844BB; }
p { color: rgb(24,68,187); }
H1.HeaderClassName
{
color: #1844BB;
}
.AnyTagClassName
{
color: #1844BB;
}
</style>
background-color css
<style>
a { background-color: #1844BB; }
a { background-color: rgb(24,68,187); }
div.DivClassName
{
background-color: #1844BB;
}
.BgClassName
{
background-color: #1844BB;
}
</style>
border-color css
<style>
span { border-color: #1844BB; }
span { border-color: rgb(24,68,187); }
td.TdClassName
{
border-color: #1844BB;
}
.TagClassName
{
border-color: #1844BB;
}
</style>