Shades of Persian Blue #183AB0
Tints of Persian Blue #183AB0
RGB
CMYK
RGB Variations
Color information
#183AB0 (or 0x183AB0) is known color: Persian Blue. HEX triplet: 18, 3A and B0. RGB value is (24,58,176). Sum of RGB (Red+Green+Blue) = 24+58+176=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #183AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183AB0 is #E7C54F. Grayscale: #3C3C3C. Windows color (decimal): -15189328 or 11549208. OLE color: 11549208.
HSL color Cylindrical-coordinate representation of color #183AB0: hue angle of 226.58º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183AB0 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 58 | 176 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.31 |
| HSL | 226.58º | 0.76% | 0.39% | - |
| HSV(B) | 226.58º | 0.86% | 0.69% | - |
| XYZ | 9.73 | 6.35 | 41.79 | - |
| YUV | 61.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 176 | 0.86 | 0.67 | 0 | 0.31 | 226.58 | 0.76 | 0.39 |
| Hex | 18 | 3A | B0 | 56 | 43 | 0 | 1F | E3 | 4C | 27 |
| Octal | 30 | 72 | 260 | 126 | 103 | 0 | 37 | 343 | 114 | 47 |
| Binary | 11000 | 111010 | 10110000 | 1010110 | 1000011 | 0 | 11111 | 11100011 | 1001100 | 100111 |
Color Harmonies of #183AB0
Complementary color
Monochromatic Colors of #183AB0
Black with #183AB0
Text Example
Text Example
White with #183AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183AB0; }
p { color: rgb(24,58,176); }
H1.HeaderClassName
{
color: #183AB0;
}
.AnyTagClassName
{
color: #183AB0;
}
</style>
background-color css
<style>
a { background-color: #183AB0; }
a { background-color: rgb(24,58,176); }
div.DivClassName
{
background-color: #183AB0;
}
.BgClassName
{
background-color: #183AB0;
}
</style>
border-color css
<style>
span { border-color: #183AB0; }
span { border-color: rgb(24,58,176); }
td.TdClassName
{
border-color: #183AB0;
}
.TagClassName
{
border-color: #183AB0;
}
</style>