Shades of Persian Blue #1235BA
Tints of Persian Blue #1235BA
RGB
CMYK
RGB Variations
Color information
#1235BA (or 0x1235BA) is known color: Persian Blue. HEX triplet: 12, 35 and BA. RGB value is (18,53,186). Sum of RGB (Red+Green+Blue) = 18+53+186=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #1235BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1235BA is #EDCA45. Grayscale: #393939. Windows color (decimal): -15583814 or 12203282. OLE color: 12203282.
HSL color Cylindrical-coordinate representation of color #1235BA: hue angle of 227.5º 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 #1235BA is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 53 | 186 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.27 |
| HSL | 227.5º | 0.82% | 0.4% | - |
| HSV(B) | 227.5º | 0.9% | 0.73% | - |
| XYZ | 10.39 | 6.22 | 47.11 | - |
| YUV | 57.7 | 200.4 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 186 | 0.90 | 0.72 | 0 | 0.27 | 227.5 | 0.82 | 0.4 |
| Hex | 12 | 35 | BA | 5A | 48 | 0 | 1B | E4 | 52 | 28 |
| Octal | 22 | 65 | 272 | 132 | 110 | 0 | 33 | 344 | 122 | 50 |
| Binary | 10010 | 110101 | 10111010 | 1011010 | 1001000 | 0 | 11011 | 11100100 | 1010010 | 101000 |
Color Harmonies of #1235BA
Complementary color
Monochromatic Colors of #1235BA
Black with #1235BA
Text Example
Text Example
White with #1235BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1235BA; }
p { color: rgb(18,53,186); }
H1.HeaderClassName
{
color: #1235BA;
}
.AnyTagClassName
{
color: #1235BA;
}
</style>
background-color css
<style>
a { background-color: #1235BA; }
a { background-color: rgb(18,53,186); }
div.DivClassName
{
background-color: #1235BA;
}
.BgClassName
{
background-color: #1235BA;
}
</style>
border-color css
<style>
span { border-color: #1235BA; }
span { border-color: rgb(18,53,186); }
td.TdClassName
{
border-color: #1235BA;
}
.TagClassName
{
border-color: #1235BA;
}
</style>