Shades of Persian Blue #1239BA
Tints of Persian Blue #1239BA
RGB
CMYK
RGB Variations
Color information
#1239BA (or 0x1239BA) is known color: Persian Blue. HEX triplet: 12, 39 and BA. RGB value is (18,57,186). Sum of RGB (Red+Green+Blue) = 18+57+186=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #1239BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1239BA is #EDC645. Grayscale: #3B3B3B. Windows color (decimal): -15582790 or 12204306. OLE color: 12204306.
HSL color Cylindrical-coordinate representation of color #1239BA: hue angle of 226.07º 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 #1239BA is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 57 | 186 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.27 |
| HSL | 226.07º | 0.82% | 0.4% | - |
| HSV(B) | 226.07º | 0.9% | 0.73% | - |
| XYZ | 10.58 | 6.6 | 47.17 | - |
| YUV | 60.05 | 199.08 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 186 | 0.90 | 0.69 | 0 | 0.27 | 226.07 | 0.82 | 0.4 |
| Hex | 12 | 39 | BA | 5A | 45 | 0 | 1B | E2 | 52 | 28 |
| Octal | 22 | 71 | 272 | 132 | 105 | 0 | 33 | 342 | 122 | 50 |
| Binary | 10010 | 111001 | 10111010 | 1011010 | 1000101 | 0 | 11011 | 11100010 | 1010010 | 101000 |
Color Harmonies of #1239BA
Complementary color
Monochromatic Colors of #1239BA
Black with #1239BA
Text Example
Text Example
White with #1239BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1239BA; }
p { color: rgb(18,57,186); }
H1.HeaderClassName
{
color: #1239BA;
}
.AnyTagClassName
{
color: #1239BA;
}
</style>
background-color css
<style>
a { background-color: #1239BA; }
a { background-color: rgb(18,57,186); }
div.DivClassName
{
background-color: #1239BA;
}
.BgClassName
{
background-color: #1239BA;
}
</style>
border-color css
<style>
span { border-color: #1239BA; }
span { border-color: rgb(18,57,186); }
td.TdClassName
{
border-color: #1239BA;
}
.TagClassName
{
border-color: #1239BA;
}
</style>