Shades of Persian Blue #183EBA
Tints of Persian Blue #183EBA
RGB
CMYK
RGB Variations
Color information
#183EBA (or 0x183EBA) is known color: Persian Blue. HEX triplet: 18, 3E and BA. RGB value is (24,62,186). Sum of RGB (Red+Green+Blue) = 24+62+186=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #183EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183EBA is #E7C145. Grayscale: #404040. Windows color (decimal): -15188294 or 12205592. OLE color: 12205592.
HSL color Cylindrical-coordinate representation of color #183EBA: hue angle of 225.93º 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 #183EBA is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 62 | 186 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.27 |
| HSL | 225.93º | 0.77% | 0.41% | - |
| HSV(B) | 225.93º | 0.87% | 0.73% | - |
| XYZ | 10.96 | 7.18 | 47.26 | - |
| YUV | 64.77 | 196.41 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 186 | 0.87 | 0.67 | 0 | 0.27 | 225.93 | 0.77 | 0.41 |
| Hex | 18 | 3E | BA | 57 | 43 | 0 | 1B | E2 | 4D | 29 |
| Octal | 30 | 76 | 272 | 127 | 103 | 0 | 33 | 342 | 115 | 51 |
| Binary | 11000 | 111110 | 10111010 | 1010111 | 1000011 | 0 | 11011 | 11100010 | 1001101 | 101001 |
Color Harmonies of #183EBA
Complementary color
Monochromatic Colors of #183EBA
Black with #183EBA
Text Example
Text Example
White with #183EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183EBA; }
p { color: rgb(24,62,186); }
H1.HeaderClassName
{
color: #183EBA;
}
.AnyTagClassName
{
color: #183EBA;
}
</style>
background-color css
<style>
a { background-color: #183EBA; }
a { background-color: rgb(24,62,186); }
div.DivClassName
{
background-color: #183EBA;
}
.BgClassName
{
background-color: #183EBA;
}
</style>
border-color css
<style>
span { border-color: #183EBA; }
span { border-color: rgb(24,62,186); }
td.TdClassName
{
border-color: #183EBA;
}
.TagClassName
{
border-color: #183EBA;
}
</style>