Shades of Persian Blue #182CBB
Tints of Persian Blue #182CBB
RGB
CMYK
RGB Variations
Color information
#182CBB (or 0x182CBB) is known color: Persian Blue. HEX triplet: 18, 2C and BB. RGB value is (24,44,187). Sum of RGB (Red+Green+Blue) = 24+44+187=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #182CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182CBB is #E7D344. Grayscale: #353535. Windows color (decimal): -15192901 or 12266520. OLE color: 12266520.
HSL color Cylindrical-coordinate representation of color #182CBB: hue angle of 232.64º 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 #182CBB is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 44 | 187 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.27 |
| HSL | 232.64º | 0.77% | 0.41% | - |
| HSV(B) | 232.64º | 0.87% | 0.73% | - |
| XYZ | 10.25 | 5.58 | 47.55 | - |
| YUV | 54.32 | 202.87 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 187 | 0.87 | 0.76 | 0 | 0.27 | 232.64 | 0.77 | 0.41 |
| Hex | 18 | 2C | BB | 57 | 4C | 0 | 1B | E9 | 4D | 29 |
| Octal | 30 | 54 | 273 | 127 | 114 | 0 | 33 | 351 | 115 | 51 |
| Binary | 11000 | 101100 | 10111011 | 1010111 | 1001100 | 0 | 11011 | 11101001 | 1001101 | 101001 |
Color Harmonies of #182CBB
Complementary color
Monochromatic Colors of #182CBB
Black with #182CBB
Text Example
Text Example
White with #182CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CBB; }
p { color: rgb(24,44,187); }
H1.HeaderClassName
{
color: #182CBB;
}
.AnyTagClassName
{
color: #182CBB;
}
</style>
background-color css
<style>
a { background-color: #182CBB; }
a { background-color: rgb(24,44,187); }
div.DivClassName
{
background-color: #182CBB;
}
.BgClassName
{
background-color: #182CBB;
}
</style>
border-color css
<style>
span { border-color: #182CBB; }
span { border-color: rgb(24,44,187); }
td.TdClassName
{
border-color: #182CBB;
}
.TagClassName
{
border-color: #182CBB;
}
</style>