Shades of Persian Blue #183ABF
Tints of Persian Blue #183ABF
RGB
CMYK
RGB Variations
Color information
#183ABF (or 0x183ABF) is known color: Persian Blue. HEX triplet: 18, 3A and BF. RGB value is (24,58,191). Sum of RGB (Red+Green+Blue) = 24+58+191=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #183ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ABF is #E7C540. Grayscale: #3E3E3E. Windows color (decimal): -15189313 or 12532248. OLE color: 12532248.
HSL color Cylindrical-coordinate representation of color #183ABF: hue angle of 227.78º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183ABF is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 58 | 191 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.25 |
| HSL | 227.78º | 0.78% | 0.42% | - |
| HSV(B) | 227.78º | 0.87% | 0.75% | - |
| XYZ | 11.29 | 6.98 | 50.04 | - |
| YUV | 63 | 200.24 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 191 | 0.87 | 0.70 | 0 | 0.25 | 227.78 | 0.78 | 0.42 |
| Hex | 18 | 3A | BF | 57 | 46 | 0 | 19 | E4 | 4E | 2A |
| Octal | 30 | 72 | 277 | 127 | 106 | 0 | 31 | 344 | 116 | 52 |
| Binary | 11000 | 111010 | 10111111 | 1010111 | 1000110 | 0 | 11001 | 11100100 | 1001110 | 101010 |
Color Harmonies of #183ABF
Complementary color
Monochromatic Colors of #183ABF
Black with #183ABF
Text Example
Text Example
White with #183ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183ABF; }
p { color: rgb(24,58,191); }
H1.HeaderClassName
{
color: #183ABF;
}
.AnyTagClassName
{
color: #183ABF;
}
</style>
background-color css
<style>
a { background-color: #183ABF; }
a { background-color: rgb(24,58,191); }
div.DivClassName
{
background-color: #183ABF;
}
.BgClassName
{
background-color: #183ABF;
}
</style>
border-color css
<style>
span { border-color: #183ABF; }
span { border-color: rgb(24,58,191); }
td.TdClassName
{
border-color: #183ABF;
}
.TagClassName
{
border-color: #183ABF;
}
</style>