Shades of Persian Blue #182BBC
Tints of Persian Blue #182BBC
RGB
CMYK
RGB Variations
Color information
#182BBC (or 0x182BBC) is known color: Persian Blue. HEX triplet: 18, 2B and BC. RGB value is (24,43,188). Sum of RGB (Red+Green+Blue) = 24+43+188=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #182BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BBC is #E7D443. Grayscale: #353535. Windows color (decimal): -15193156 or 12331800. OLE color: 12331800.
HSL color Cylindrical-coordinate representation of color #182BBC: hue angle of 233.05º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182BBC is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 43 | 188 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.26 |
| HSL | 233.05º | 0.77% | 0.42% | - |
| HSV(B) | 233.05º | 0.87% | 0.74% | - |
| XYZ | 10.32 | 5.55 | 48.1 | - |
| YUV | 53.85 | 203.71 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 188 | 0.87 | 0.77 | 0 | 0.26 | 233.05 | 0.77 | 0.42 |
| Hex | 18 | 2B | BC | 57 | 4D | 0 | 1A | E9 | 4D | 2A |
| Octal | 30 | 53 | 274 | 127 | 115 | 0 | 32 | 351 | 115 | 52 |
| Binary | 11000 | 101011 | 10111100 | 1010111 | 1001101 | 0 | 11010 | 11101001 | 1001101 | 101010 |
Color Harmonies of #182BBC
Complementary color
Monochromatic Colors of #182BBC
Black with #182BBC
Text Example
Text Example
White with #182BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BBC; }
p { color: rgb(24,43,188); }
H1.HeaderClassName
{
color: #182BBC;
}
.AnyTagClassName
{
color: #182BBC;
}
</style>
background-color css
<style>
a { background-color: #182BBC; }
a { background-color: rgb(24,43,188); }
div.DivClassName
{
background-color: #182BBC;
}
.BgClassName
{
background-color: #182BBC;
}
</style>
border-color css
<style>
span { border-color: #182BBC; }
span { border-color: rgb(24,43,188); }
td.TdClassName
{
border-color: #182BBC;
}
.TagClassName
{
border-color: #182BBC;
}
</style>