Shades of Persian Blue #1228D7
Tints of Persian Blue #1228D7
RGB
CMYK
RGB Variations
Color information
#1228D7 (or 0x1228D7) is known color: Persian Blue. HEX triplet: 12, 28 and D7. RGB value is (18,40,215). Sum of RGB (Red+Green+Blue) = 18+40+215=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 215 (84.38% from 255 or 78.75% from 273); Max value from RGB is 215 - color contains mainly: blue. Hex color #1228D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1228D7 is #EDD728. Grayscale: #343434. Windows color (decimal): -15587113 or 14100498. OLE color: 14100498.
HSL color Cylindrical-coordinate representation of color #1228D7: hue angle of 233.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1228D7 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 40 | 215 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.16 |
| HSL | 233.3º | 0.85% | 0.46% | - |
| HSV(B) | 233.3º | 0.92% | 0.84% | - |
| XYZ | 13.27 | 6.55 | 64.86 | - |
| YUV | 53.37 | 219.21 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 215 | 0.92 | 0.81 | 0 | 0.16 | 233.3 | 0.85 | 0.46 |
| Hex | 12 | 28 | D7 | 5C | 51 | 0 | 10 | E9 | 55 | 2E |
| Octal | 22 | 50 | 327 | 134 | 121 | 0 | 20 | 351 | 125 | 56 |
| Binary | 10010 | 101000 | 11010111 | 1011100 | 1010001 | 0 | 10000 | 11101001 | 1010101 | 101110 |
Color Harmonies of #1228D7
Complementary color
Monochromatic Colors of #1228D7
Black with #1228D7
Text Example
Text Example
White with #1228D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1228D7; }
p { color: rgb(18,40,215); }
H1.HeaderClassName
{
color: #1228D7;
}
.AnyTagClassName
{
color: #1228D7;
}
</style>
background-color css
<style>
a { background-color: #1228D7; }
a { background-color: rgb(18,40,215); }
div.DivClassName
{
background-color: #1228D7;
}
.BgClassName
{
background-color: #1228D7;
}
</style>
border-color css
<style>
span { border-color: #1228D7; }
span { border-color: rgb(18,40,215); }
td.TdClassName
{
border-color: #1228D7;
}
.TagClassName
{
border-color: #1228D7;
}
</style>