Shades of Persian Blue #1224DA
Tints of Persian Blue #1224DA
RGB
CMYK
RGB Variations
Color information
#1224DA (or 0x1224DA) is known color: Persian Blue. HEX triplet: 12, 24 and DA. RGB value is (18,36,218). Sum of RGB (Red+Green+Blue) = 18+36+218=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 218 (85.55% from 255 or 80.15% from 272); Max value from RGB is 218 - color contains mainly: blue. Hex color #1224DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224DA is #EDDB25. Grayscale: #323232. Windows color (decimal): -15588134 or 14296082. OLE color: 14296082.
HSL color Cylindrical-coordinate representation of color #1224DA: hue angle of 234.6º 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 #1224DA is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 36 | 218 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.15 |
| HSL | 234.6º | 0.85% | 0.46% | - |
| HSV(B) | 234.6º | 0.92% | 0.85% | - |
| XYZ | 13.54 | 6.45 | 66.86 | - |
| YUV | 51.37 | 222.04 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 218 | 0.92 | 0.83 | 0 | 0.15 | 234.6 | 0.85 | 0.46 |
| Hex | 12 | 24 | DA | 5C | 53 | 0 | F | EB | 55 | 2E |
| Octal | 22 | 44 | 332 | 134 | 123 | 0 | 17 | 353 | 125 | 56 |
| Binary | 10010 | 100100 | 11011010 | 1011100 | 1010011 | 0 | 1111 | 11101011 | 1010101 | 101110 |
Color Harmonies of #1224DA
Complementary color
Monochromatic Colors of #1224DA
Black with #1224DA
Text Example
Text Example
White with #1224DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1224DA; }
p { color: rgb(18,36,218); }
H1.HeaderClassName
{
color: #1224DA;
}
.AnyTagClassName
{
color: #1224DA;
}
</style>
background-color css
<style>
a { background-color: #1224DA; }
a { background-color: rgb(18,36,218); }
div.DivClassName
{
background-color: #1224DA;
}
.BgClassName
{
background-color: #1224DA;
}
</style>
border-color css
<style>
span { border-color: #1224DA; }
span { border-color: rgb(18,36,218); }
td.TdClassName
{
border-color: #1224DA;
}
.TagClassName
{
border-color: #1224DA;
}
</style>