Shades of Persian Blue #1229DA
Tints of Persian Blue #1229DA
RGB
CMYK
RGB Variations
Color information
#1229DA (or 0x1229DA) is known color: Persian Blue. HEX triplet: 12, 29 and DA. RGB value is (18,41,218). Sum of RGB (Red+Green+Blue) = 18+41+218=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 218 (85.55% from 255 or 78.70% from 277); Max value from RGB is 218 - color contains mainly: blue. Hex color #1229DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1229DA is #EDD625. Grayscale: #353535. Windows color (decimal): -15586854 or 14297362. OLE color: 14297362.
HSL color Cylindrical-coordinate representation of color #1229DA: hue angle of 233.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1229DA is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 41 | 218 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.15 |
| HSL | 233.1º | 0.85% | 0.46% | - |
| HSV(B) | 233.1º | 0.92% | 0.85% | - |
| XYZ | 13.7 | 6.78 | 66.92 | - |
| YUV | 54.3 | 220.38 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 218 | 0.92 | 0.81 | 0 | 0.15 | 233.1 | 0.85 | 0.46 |
| Hex | 12 | 29 | DA | 5C | 51 | 0 | F | E9 | 55 | 2E |
| Octal | 22 | 51 | 332 | 134 | 121 | 0 | 17 | 351 | 125 | 56 |
| Binary | 10010 | 101001 | 11011010 | 1011100 | 1010001 | 0 | 1111 | 11101001 | 1010101 | 101110 |
Color Harmonies of #1229DA
Complementary color
Monochromatic Colors of #1229DA
Black with #1229DA
Text Example
Text Example
White with #1229DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1229DA; }
p { color: rgb(18,41,218); }
H1.HeaderClassName
{
color: #1229DA;
}
.AnyTagClassName
{
color: #1229DA;
}
</style>
background-color css
<style>
a { background-color: #1229DA; }
a { background-color: rgb(18,41,218); }
div.DivClassName
{
background-color: #1229DA;
}
.BgClassName
{
background-color: #1229DA;
}
</style>
border-color css
<style>
span { border-color: #1229DA; }
span { border-color: rgb(18,41,218); }
td.TdClassName
{
border-color: #1229DA;
}
.TagClassName
{
border-color: #1229DA;
}
</style>