Shades of Persian Blue #1225C0
Tints of Persian Blue #1225C0
RGB
CMYK
RGB Variations
Color information
#1225C0 (or 0x1225C0) is known color: Persian Blue. HEX triplet: 12, 25 and C0. RGB value is (18,37,192). Sum of RGB (Red+Green+Blue) = 18+37+192=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 192 (75.39% from 255 or 77.73% from 247); Max value from RGB is 192 - color contains mainly: blue. Hex color #1225C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1225C0 is #EDDA3F. Grayscale: #303030. Windows color (decimal): -15587904 or 12592402. OLE color: 12592402.
HSL color Cylindrical-coordinate representation of color #1225C0: hue angle of 233.45º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1225C0 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 37 | 192 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.25 |
| HSL | 233.45º | 0.83% | 0.41% | - |
| HSV(B) | 233.45º | 0.91% | 0.75% | - |
| XYZ | 10.43 | 5.26 | 50.33 | - |
| YUV | 48.99 | 208.71 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 192 | 0.91 | 0.81 | 0 | 0.25 | 233.45 | 0.83 | 0.41 |
| Hex | 12 | 25 | C0 | 5B | 51 | 0 | 19 | E9 | 53 | 29 |
| Octal | 22 | 45 | 300 | 133 | 121 | 0 | 31 | 351 | 123 | 51 |
| Binary | 10010 | 100101 | 11000000 | 1011011 | 1010001 | 0 | 11001 | 11101001 | 1010011 | 101001 |
Color Harmonies of #1225C0
Complementary color
Monochromatic Colors of #1225C0
Black with #1225C0
Text Example
Text Example
White with #1225C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1225C0; }
p { color: rgb(18,37,192); }
H1.HeaderClassName
{
color: #1225C0;
}
.AnyTagClassName
{
color: #1225C0;
}
</style>
background-color css
<style>
a { background-color: #1225C0; }
a { background-color: rgb(18,37,192); }
div.DivClassName
{
background-color: #1225C0;
}
.BgClassName
{
background-color: #1225C0;
}
</style>
border-color css
<style>
span { border-color: #1225C0; }
span { border-color: rgb(18,37,192); }
td.TdClassName
{
border-color: #1225C0;
}
.TagClassName
{
border-color: #1225C0;
}
</style>