Shades of Persian Blue #182FBC
Tints of Persian Blue #182FBC
RGB
CMYK
RGB Variations
Color information
#182FBC (or 0x182FBC) is known color: Persian Blue. HEX triplet: 18, 2F and BC. RGB value is (24,47,188). Sum of RGB (Red+Green+Blue) = 24+47+188=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #182FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182FBC is #E7D043. Grayscale: #373737. Windows color (decimal): -15192132 or 12332824. OLE color: 12332824.
HSL color Cylindrical-coordinate representation of color #182FBC: hue angle of 231.59º 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 #182FBC is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 47 | 188 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.26 |
| HSL | 231.59º | 0.77% | 0.42% | - |
| HSV(B) | 231.59º | 0.87% | 0.74% | - |
| XYZ | 10.47 | 5.86 | 48.16 | - |
| YUV | 56.2 | 202.38 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 188 | 0.87 | 0.75 | 0 | 0.26 | 231.59 | 0.77 | 0.42 |
| Hex | 18 | 2F | BC | 57 | 4B | 0 | 1A | E8 | 4D | 2A |
| Octal | 30 | 57 | 274 | 127 | 113 | 0 | 32 | 350 | 115 | 52 |
| Binary | 11000 | 101111 | 10111100 | 1010111 | 1001011 | 0 | 11010 | 11101000 | 1001101 | 101010 |
Color Harmonies of #182FBC
Complementary color
Monochromatic Colors of #182FBC
Black with #182FBC
Text Example
Text Example
White with #182FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182FBC; }
p { color: rgb(24,47,188); }
H1.HeaderClassName
{
color: #182FBC;
}
.AnyTagClassName
{
color: #182FBC;
}
</style>
background-color css
<style>
a { background-color: #182FBC; }
a { background-color: rgb(24,47,188); }
div.DivClassName
{
background-color: #182FBC;
}
.BgClassName
{
background-color: #182FBC;
}
</style>
border-color css
<style>
span { border-color: #182FBC; }
span { border-color: rgb(24,47,188); }
td.TdClassName
{
border-color: #182FBC;
}
.TagClassName
{
border-color: #182FBC;
}
</style>