Shades of Persian Blue #1B24BB
Tints of Persian Blue #1B24BB
RGB
CMYK
RGB Variations
Color information
#1B24BB (or 0x1B24BB) is known color: Persian Blue. HEX triplet: 1B, 24 and BB. RGB value is (27,36,187). Sum of RGB (Red+Green+Blue) = 27+36+187=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B24BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B24BB is #E4DB44. Grayscale: #313131. Windows color (decimal): -14998341 or 12264475. OLE color: 12264475.
HSL color Cylindrical-coordinate representation of color #1B24BB: hue angle of 236.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B24BB is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 36 | 187 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.27 |
| HSL | 236.63º | 0.75% | 0.42% | - |
| HSV(B) | 236.63º | 0.86% | 0.73% | - |
| XYZ | 10.05 | 5.08 | 47.46 | - |
| YUV | 50.52 | 205.02 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 187 | 0.86 | 0.81 | 0 | 0.27 | 236.63 | 0.75 | 0.42 |
| Hex | 1B | 24 | BB | 56 | 51 | 0 | 1B | ED | 4B | 2A |
| Octal | 33 | 44 | 273 | 126 | 121 | 0 | 33 | 355 | 113 | 52 |
| Binary | 11011 | 100100 | 10111011 | 1010110 | 1010001 | 0 | 11011 | 11101101 | 1001011 | 101010 |
Color Harmonies of #1B24BB
Complementary color
Monochromatic Colors of #1B24BB
Black with #1B24BB
Text Example
Text Example
White with #1B24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B24BB; }
p { color: rgb(27,36,187); }
H1.HeaderClassName
{
color: #1B24BB;
}
.AnyTagClassName
{
color: #1B24BB;
}
</style>
background-color css
<style>
a { background-color: #1B24BB; }
a { background-color: rgb(27,36,187); }
div.DivClassName
{
background-color: #1B24BB;
}
.BgClassName
{
background-color: #1B24BB;
}
</style>
border-color css
<style>
span { border-color: #1B24BB; }
span { border-color: rgb(27,36,187); }
td.TdClassName
{
border-color: #1B24BB;
}
.TagClassName
{
border-color: #1B24BB;
}
</style>