Shades of Persian Blue #183ABD
Tints of Persian Blue #183ABD
RGB
CMYK
RGB Variations
Color information
#183ABD (or 0x183ABD) is known color: Persian Blue. HEX triplet: 18, 3A and BD. RGB value is (24,58,189). Sum of RGB (Red+Green+Blue) = 24+58+189=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #183ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ABD is #E7C542. Grayscale: #3E3E3E. Windows color (decimal): -15189315 or 12401176. OLE color: 12401176.
HSL color Cylindrical-coordinate representation of color #183ABD: hue angle of 227.64º 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 #183ABD is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 58 | 189 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.26 |
| HSL | 227.64º | 0.77% | 0.42% | - |
| HSV(B) | 227.64º | 0.87% | 0.74% | - |
| XYZ | 11.08 | 6.89 | 48.89 | - |
| YUV | 62.77 | 199.24 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 189 | 0.87 | 0.69 | 0 | 0.26 | 227.64 | 0.77 | 0.42 |
| Hex | 18 | 3A | BD | 57 | 45 | 0 | 1A | E4 | 4D | 2A |
| Octal | 30 | 72 | 275 | 127 | 105 | 0 | 32 | 344 | 115 | 52 |
| Binary | 11000 | 111010 | 10111101 | 1010111 | 1000101 | 0 | 11010 | 11100100 | 1001101 | 101010 |
Color Harmonies of #183ABD
Complementary color
Monochromatic Colors of #183ABD
Black with #183ABD
Text Example
Text Example
White with #183ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183ABD; }
p { color: rgb(24,58,189); }
H1.HeaderClassName
{
color: #183ABD;
}
.AnyTagClassName
{
color: #183ABD;
}
</style>
background-color css
<style>
a { background-color: #183ABD; }
a { background-color: rgb(24,58,189); }
div.DivClassName
{
background-color: #183ABD;
}
.BgClassName
{
background-color: #183ABD;
}
</style>
border-color css
<style>
span { border-color: #183ABD; }
span { border-color: rgb(24,58,189); }
td.TdClassName
{
border-color: #183ABD;
}
.TagClassName
{
border-color: #183ABD;
}
</style>