Shades of Persian Blue #183CBA
Tints of Persian Blue #183CBA
RGB
CMYK
RGB Variations
Color information
#183CBA (or 0x183CBA) is known color: Persian Blue. HEX triplet: 18, 3C and BA. RGB value is (24,60,186). Sum of RGB (Red+Green+Blue) = 24+60+186=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #183CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CBA is #E7C345. Grayscale: #3F3F3F. Windows color (decimal): -15188806 or 12205080. OLE color: 12205080.
HSL color Cylindrical-coordinate representation of color #183CBA: hue angle of 226.67º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183CBA is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 60 | 186 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.27 |
| HSL | 226.67º | 0.77% | 0.41% | - |
| HSV(B) | 226.67º | 0.87% | 0.73% | - |
| XYZ | 10.86 | 6.97 | 47.23 | - |
| YUV | 63.6 | 197.07 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 186 | 0.87 | 0.68 | 0 | 0.27 | 226.67 | 0.77 | 0.41 |
| Hex | 18 | 3C | BA | 57 | 44 | 0 | 1B | E3 | 4D | 29 |
| Octal | 30 | 74 | 272 | 127 | 104 | 0 | 33 | 343 | 115 | 51 |
| Binary | 11000 | 111100 | 10111010 | 1010111 | 1000100 | 0 | 11011 | 11100011 | 1001101 | 101001 |
Color Harmonies of #183CBA
Complementary color
Monochromatic Colors of #183CBA
Black with #183CBA
Text Example
Text Example
White with #183CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CBA; }
p { color: rgb(24,60,186); }
H1.HeaderClassName
{
color: #183CBA;
}
.AnyTagClassName
{
color: #183CBA;
}
</style>
background-color css
<style>
a { background-color: #183CBA; }
a { background-color: rgb(24,60,186); }
div.DivClassName
{
background-color: #183CBA;
}
.BgClassName
{
background-color: #183CBA;
}
</style>
border-color css
<style>
span { border-color: #183CBA; }
span { border-color: rgb(24,60,186); }
td.TdClassName
{
border-color: #183CBA;
}
.TagClassName
{
border-color: #183CBA;
}
</style>