Shades of Persian Blue #183BBE
Tints of Persian Blue #183BBE
RGB
CMYK
RGB Variations
Color information
#183BBE (or 0x183BBE) is known color: Persian Blue. HEX triplet: 18, 3B and BE. RGB value is (24,59,190). Sum of RGB (Red+Green+Blue) = 24+59+190=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #183BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BBE is #E7C441. Grayscale: #3E3E3E. Windows color (decimal): -15189058 or 12466968. OLE color: 12466968.
HSL color Cylindrical-coordinate representation of color #183BBE: hue angle of 227.35º 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 #183BBE is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 59 | 190 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.25 |
| HSL | 227.35º | 0.78% | 0.42% | - |
| HSV(B) | 227.35º | 0.87% | 0.75% | - |
| XYZ | 11.23 | 7.04 | 49.48 | - |
| YUV | 63.47 | 199.4 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 190 | 0.87 | 0.69 | 0 | 0.25 | 227.35 | 0.78 | 0.42 |
| Hex | 18 | 3B | BE | 57 | 45 | 0 | 19 | E3 | 4E | 2A |
| Octal | 30 | 73 | 276 | 127 | 105 | 0 | 31 | 343 | 116 | 52 |
| Binary | 11000 | 111011 | 10111110 | 1010111 | 1000101 | 0 | 11001 | 11100011 | 1001110 | 101010 |
Color Harmonies of #183BBE
Complementary color
Monochromatic Colors of #183BBE
Black with #183BBE
Text Example
Text Example
White with #183BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BBE; }
p { color: rgb(24,59,190); }
H1.HeaderClassName
{
color: #183BBE;
}
.AnyTagClassName
{
color: #183BBE;
}
</style>
background-color css
<style>
a { background-color: #183BBE; }
a { background-color: rgb(24,59,190); }
div.DivClassName
{
background-color: #183BBE;
}
.BgClassName
{
background-color: #183BBE;
}
</style>
border-color css
<style>
span { border-color: #183BBE; }
span { border-color: rgb(24,59,190); }
td.TdClassName
{
border-color: #183BBE;
}
.TagClassName
{
border-color: #183BBE;
}
</style>