Shades of Persian Blue #1231BA
Tints of Persian Blue #1231BA
RGB
CMYK
RGB Variations
Color information
#1231BA (or 0x1231BA) is known color: Persian Blue. HEX triplet: 12, 31 and BA. RGB value is (18,49,186). Sum of RGB (Red+Green+Blue) = 18+49+186=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #1231BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1231BA is #EDCE45. Grayscale: #363636. Windows color (decimal): -15584838 or 12202258. OLE color: 12202258.
HSL color Cylindrical-coordinate representation of color #1231BA: hue angle of 228.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1231BA is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 49 | 186 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.27 |
| HSL | 228.93º | 0.82% | 0.4% | - |
| HSV(B) | 228.93º | 0.9% | 0.73% | - |
| XYZ | 10.21 | 5.87 | 47.05 | - |
| YUV | 55.35 | 201.73 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 186 | 0.90 | 0.74 | 0 | 0.27 | 228.93 | 0.82 | 0.4 |
| Hex | 12 | 31 | BA | 5A | 4A | 0 | 1B | E5 | 52 | 28 |
| Octal | 22 | 61 | 272 | 132 | 112 | 0 | 33 | 345 | 122 | 50 |
| Binary | 10010 | 110001 | 10111010 | 1011010 | 1001010 | 0 | 11011 | 11100101 | 1010010 | 101000 |
Color Harmonies of #1231BA
Complementary color
Monochromatic Colors of #1231BA
Black with #1231BA
Text Example
Text Example
White with #1231BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1231BA; }
p { color: rgb(18,49,186); }
H1.HeaderClassName
{
color: #1231BA;
}
.AnyTagClassName
{
color: #1231BA;
}
</style>
background-color css
<style>
a { background-color: #1231BA; }
a { background-color: rgb(18,49,186); }
div.DivClassName
{
background-color: #1231BA;
}
.BgClassName
{
background-color: #1231BA;
}
</style>
border-color css
<style>
span { border-color: #1231BA; }
span { border-color: rgb(18,49,186); }
td.TdClassName
{
border-color: #1231BA;
}
.TagClassName
{
border-color: #1231BA;
}
</style>