Shades of Persian Blue #1244BA
Tints of Persian Blue #1244BA
RGB
CMYK
RGB Variations
Color information
#1244BA (or 0x1244BA) is known color: Persian Blue. HEX triplet: 12, 44 and BA. RGB value is (18,68,186). Sum of RGB (Red+Green+Blue) = 18+68+186=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 68 (26.95% from 255 or 25% 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 #1244BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1244BA is #EDBB45. Grayscale: #414141. Windows color (decimal): -15579974 or 12207122. OLE color: 12207122.
HSL color Cylindrical-coordinate representation of color #1244BA: hue angle of 222.14º 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 #1244BA is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 68 | 186 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.27 |
| HSL | 222.14º | 0.82% | 0.4% | - |
| HSV(B) | 222.14º | 0.9% | 0.73% | - |
| XYZ | 11.18 | 7.81 | 47.37 | - |
| YUV | 66.5 | 195.44 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 186 | 0.90 | 0.63 | 0 | 0.27 | 222.14 | 0.82 | 0.4 |
| Hex | 12 | 44 | BA | 5A | 3F | 0 | 1B | DE | 52 | 28 |
| Octal | 22 | 104 | 272 | 132 | 77 | 0 | 33 | 336 | 122 | 50 |
| Binary | 10010 | 1000100 | 10111010 | 1011010 | 111111 | 0 | 11011 | 11011110 | 1010010 | 101000 |
Color Harmonies of #1244BA
Complementary color
Monochromatic Colors of #1244BA
Black with #1244BA
Text Example
Text Example
White with #1244BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1244BA; }
p { color: rgb(18,68,186); }
H1.HeaderClassName
{
color: #1244BA;
}
.AnyTagClassName
{
color: #1244BA;
}
</style>
background-color css
<style>
a { background-color: #1244BA; }
a { background-color: rgb(18,68,186); }
div.DivClassName
{
background-color: #1244BA;
}
.BgClassName
{
background-color: #1244BA;
}
</style>
border-color css
<style>
span { border-color: #1244BA; }
span { border-color: rgb(18,68,186); }
td.TdClassName
{
border-color: #1244BA;
}
.TagClassName
{
border-color: #1244BA;
}
</style>