Shades of Persian Blue #182BC0
Tints of Persian Blue #182BC0
RGB
CMYK
RGB Variations
Color information
#182BC0 (or 0x182BC0) is known color: Persian Blue. HEX triplet: 18, 2B and C0. RGB value is (24,43,192). Sum of RGB (Red+Green+Blue) = 24+43+192=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 192 (75.39% from 255 or 74.13% from 259); Max value from RGB is 192 - color contains mainly: blue. Hex color #182BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BC0 is #E7D43F. Grayscale: #353535. Windows color (decimal): -15193152 or 12593944. OLE color: 12593944.
HSL color Cylindrical-coordinate representation of color #182BC0: hue angle of 233.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182BC0 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 43 | 192 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.25 |
| HSL | 233.21º | 0.78% | 0.42% | - |
| HSV(B) | 233.21º | 0.88% | 0.75% | - |
| XYZ | 10.75 | 5.73 | 50.41 | - |
| YUV | 54.31 | 205.71 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 192 | 0.88 | 0.78 | 0 | 0.25 | 233.21 | 0.78 | 0.42 |
| Hex | 18 | 2B | C0 | 58 | 4E | 0 | 19 | E9 | 4E | 2A |
| Octal | 30 | 53 | 300 | 130 | 116 | 0 | 31 | 351 | 116 | 52 |
| Binary | 11000 | 101011 | 11000000 | 1011000 | 1001110 | 0 | 11001 | 11101001 | 1001110 | 101010 |
Color Harmonies of #182BC0
Complementary color
Monochromatic Colors of #182BC0
Black with #182BC0
Text Example
Text Example
White with #182BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BC0; }
p { color: rgb(24,43,192); }
H1.HeaderClassName
{
color: #182BC0;
}
.AnyTagClassName
{
color: #182BC0;
}
</style>
background-color css
<style>
a { background-color: #182BC0; }
a { background-color: rgb(24,43,192); }
div.DivClassName
{
background-color: #182BC0;
}
.BgClassName
{
background-color: #182BC0;
}
</style>
border-color css
<style>
span { border-color: #182BC0; }
span { border-color: rgb(24,43,192); }
td.TdClassName
{
border-color: #182BC0;
}
.TagClassName
{
border-color: #182BC0;
}
</style>