Shades of Persian Blue #1245BB
Tints of Persian Blue #1245BB
RGB
CMYK
RGB Variations
Color information
#1245BB (or 0x1245BB) is known color: Persian Blue. HEX triplet: 12, 45 and BB. RGB value is (18,69,187). Sum of RGB (Red+Green+Blue) = 18+69+187=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #1245BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1245BB is #EDBA44. Grayscale: #424242. Windows color (decimal): -15579717 or 12272914. OLE color: 12272914.
HSL color Cylindrical-coordinate representation of color #1245BB: hue angle of 221.89º 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 #1245BB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 69 | 187 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.27 |
| HSL | 221.89º | 0.82% | 0.4% | - |
| HSV(B) | 221.89º | 0.9% | 0.73% | - |
| XYZ | 11.35 | 7.97 | 47.95 | - |
| YUV | 67.2 | 195.6 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 187 | 0.90 | 0.63 | 0 | 0.27 | 221.89 | 0.82 | 0.4 |
| Hex | 12 | 45 | BB | 5A | 3F | 0 | 1B | DE | 52 | 28 |
| Octal | 22 | 105 | 273 | 132 | 77 | 0 | 33 | 336 | 122 | 50 |
| Binary | 10010 | 1000101 | 10111011 | 1011010 | 111111 | 0 | 11011 | 11011110 | 1010010 | 101000 |
Color Harmonies of #1245BB
Complementary color
Monochromatic Colors of #1245BB
Black with #1245BB
Text Example
Text Example
White with #1245BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1245BB; }
p { color: rgb(18,69,187); }
H1.HeaderClassName
{
color: #1245BB;
}
.AnyTagClassName
{
color: #1245BB;
}
</style>
background-color css
<style>
a { background-color: #1245BB; }
a { background-color: rgb(18,69,187); }
div.DivClassName
{
background-color: #1245BB;
}
.BgClassName
{
background-color: #1245BB;
}
</style>
border-color css
<style>
span { border-color: #1245BB; }
span { border-color: rgb(18,69,187); }
td.TdClassName
{
border-color: #1245BB;
}
.TagClassName
{
border-color: #1245BB;
}
</style>