Shades of Persian Blue #182AB7
Tints of Persian Blue #182AB7
RGB
CMYK
RGB Variations
Color information
#182AB7 (or 0x182AB7) is known color: Persian Blue. HEX triplet: 18, 2A and B7. RGB value is (24,42,183). Sum of RGB (Red+Green+Blue) = 24+42+183=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 183 (71.88% from 255 or 73.49% from 249); Max value from RGB is 183 - color contains mainly: blue. Hex color #182AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182AB7 is #E7D548. Grayscale: #343434. Windows color (decimal): -15193417 or 12003864. OLE color: 12003864.
HSL color Cylindrical-coordinate representation of color #182AB7: hue angle of 233.21º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182AB7 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 42 | 183 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.28 |
| HSL | 233.21º | 0.77% | 0.41% | - |
| HSV(B) | 233.21º | 0.87% | 0.72% | - |
| XYZ | 9.75 | 5.27 | 45.3 | - |
| YUV | 52.69 | 201.54 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 183 | 0.87 | 0.77 | 0 | 0.28 | 233.21 | 0.77 | 0.41 |
| Hex | 18 | 2A | B7 | 57 | 4D | 0 | 1C | E9 | 4D | 29 |
| Octal | 30 | 52 | 267 | 127 | 115 | 0 | 34 | 351 | 115 | 51 |
| Binary | 11000 | 101010 | 10110111 | 1010111 | 1001101 | 0 | 11100 | 11101001 | 1001101 | 101001 |
Color Harmonies of #182AB7
Complementary color
Monochromatic Colors of #182AB7
Black with #182AB7
Text Example
Text Example
White with #182AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182AB7; }
p { color: rgb(24,42,183); }
H1.HeaderClassName
{
color: #182AB7;
}
.AnyTagClassName
{
color: #182AB7;
}
</style>
background-color css
<style>
a { background-color: #182AB7; }
a { background-color: rgb(24,42,183); }
div.DivClassName
{
background-color: #182AB7;
}
.BgClassName
{
background-color: #182AB7;
}
</style>
border-color css
<style>
span { border-color: #182AB7; }
span { border-color: rgb(24,42,183); }
td.TdClassName
{
border-color: #182AB7;
}
.TagClassName
{
border-color: #182AB7;
}
</style>