Shades of Persian Blue #1228BB
Tints of Persian Blue #1228BB
RGB
CMYK
RGB Variations
Color information
#1228BB (or 0x1228BB) is known color: Persian Blue. HEX triplet: 12, 28 and BB. RGB value is (18,40,187). Sum of RGB (Red+Green+Blue) = 18+40+187=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #1228BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1228BB is #EDD744. Grayscale: #313131. Windows color (decimal): -15587141 or 12265490. OLE color: 12265490.
HSL color Cylindrical-coordinate representation of color #1228BB: hue angle of 232.19º 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 #1228BB is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 40 | 187 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.27 |
| HSL | 232.19º | 0.82% | 0.4% | - |
| HSV(B) | 232.19º | 0.9% | 0.73% | - |
| XYZ | 9.98 | 5.23 | 47.5 | - |
| YUV | 50.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 187 | 0.90 | 0.79 | 0 | 0.27 | 232.19 | 0.82 | 0.4 |
| Hex | 12 | 28 | BB | 5A | 4F | 0 | 1B | E8 | 52 | 28 |
| Octal | 22 | 50 | 273 | 132 | 117 | 0 | 33 | 350 | 122 | 50 |
| Binary | 10010 | 101000 | 10111011 | 1011010 | 1001111 | 0 | 11011 | 11101000 | 1010010 | 101000 |
Color Harmonies of #1228BB
Complementary color
Monochromatic Colors of #1228BB
Black with #1228BB
Text Example
Text Example
White with #1228BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1228BB; }
p { color: rgb(18,40,187); }
H1.HeaderClassName
{
color: #1228BB;
}
.AnyTagClassName
{
color: #1228BB;
}
</style>
background-color css
<style>
a { background-color: #1228BB; }
a { background-color: rgb(18,40,187); }
div.DivClassName
{
background-color: #1228BB;
}
.BgClassName
{
background-color: #1228BB;
}
</style>
border-color css
<style>
span { border-color: #1228BB; }
span { border-color: rgb(18,40,187); }
td.TdClassName
{
border-color: #1228BB;
}
.TagClassName
{
border-color: #1228BB;
}
</style>