Shades of Persian Blue #183ABC
Tints of Persian Blue #183ABC
RGB
CMYK
RGB Variations
Color information
#183ABC (or 0x183ABC) is known color: Persian Blue. HEX triplet: 18, 3A and BC. RGB value is (24,58,188). Sum of RGB (Red+Green+Blue) = 24+58+188=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #183ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ABC is #E7C543. Grayscale: #3E3E3E. Windows color (decimal): -15189316 or 12335640. OLE color: 12335640.
HSL color Cylindrical-coordinate representation of color #183ABC: hue angle of 227.56º 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 #183ABC is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 58 | 188 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.26 |
| HSL | 227.56º | 0.77% | 0.42% | - |
| HSV(B) | 227.56º | 0.87% | 0.74% | - |
| XYZ | 10.97 | 6.85 | 48.32 | - |
| YUV | 62.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 188 | 0.87 | 0.69 | 0 | 0.26 | 227.56 | 0.77 | 0.42 |
| Hex | 18 | 3A | BC | 57 | 45 | 0 | 1A | E4 | 4D | 2A |
| Octal | 30 | 72 | 274 | 127 | 105 | 0 | 32 | 344 | 115 | 52 |
| Binary | 11000 | 111010 | 10111100 | 1010111 | 1000101 | 0 | 11010 | 11100100 | 1001101 | 101010 |
Color Harmonies of #183ABC
Complementary color
Monochromatic Colors of #183ABC
Black with #183ABC
Text Example
Text Example
White with #183ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183ABC; }
p { color: rgb(24,58,188); }
H1.HeaderClassName
{
color: #183ABC;
}
.AnyTagClassName
{
color: #183ABC;
}
</style>
background-color css
<style>
a { background-color: #183ABC; }
a { background-color: rgb(24,58,188); }
div.DivClassName
{
background-color: #183ABC;
}
.BgClassName
{
background-color: #183ABC;
}
</style>
border-color css
<style>
span { border-color: #183ABC; }
span { border-color: rgb(24,58,188); }
td.TdClassName
{
border-color: #183ABC;
}
.TagClassName
{
border-color: #183ABC;
}
</style>