Shades of Persian Blue #1239C6
Tints of Persian Blue #1239C6
RGB
CMYK
RGB Variations
Color information
#1239C6 (or 0x1239C6) is known color: Persian Blue. HEX triplet: 12, 39 and C6. RGB value is (18,57,198). Sum of RGB (Red+Green+Blue) = 18+57+198=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 198 (77.73% from 255 or 72.53% from 273); Max value from RGB is 198 - color contains mainly: blue. Hex color #1239C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1239C6 is #EDC639. Grayscale: #3C3C3C. Windows color (decimal): -15582778 or 12990738. OLE color: 12990738.
HSL color Cylindrical-coordinate representation of color #1239C6: hue angle of 227º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1239C6 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 57 | 198 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.22 |
| HSL | 227º | 0.83% | 0.42% | - |
| HSV(B) | 227º | 0.91% | 0.78% | - |
| XYZ | 11.91 | 7.13 | 54.18 | - |
| YUV | 61.41 | 205.08 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 198 | 0.91 | 0.71 | 0 | 0.22 | 227 | 0.83 | 0.42 |
| Hex | 12 | 39 | C6 | 5B | 47 | 0 | 16 | E3 | 53 | 2A |
| Octal | 22 | 71 | 306 | 133 | 107 | 0 | 26 | 343 | 123 | 52 |
| Binary | 10010 | 111001 | 11000110 | 1011011 | 1000111 | 0 | 10110 | 11100011 | 1010011 | 101010 |
Color Harmonies of #1239C6
Complementary color
Monochromatic Colors of #1239C6
Black with #1239C6
Text Example
Text Example
White with #1239C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1239C6; }
p { color: rgb(18,57,198); }
H1.HeaderClassName
{
color: #1239C6;
}
.AnyTagClassName
{
color: #1239C6;
}
</style>
background-color css
<style>
a { background-color: #1239C6; }
a { background-color: rgb(18,57,198); }
div.DivClassName
{
background-color: #1239C6;
}
.BgClassName
{
background-color: #1239C6;
}
</style>
border-color css
<style>
span { border-color: #1239C6; }
span { border-color: rgb(18,57,198); }
td.TdClassName
{
border-color: #1239C6;
}
.TagClassName
{
border-color: #1239C6;
}
</style>