Shades of Persian Blue #1239C2
Tints of Persian Blue #1239C2
RGB
CMYK
RGB Variations
Color information
#1239C2 (or 0x1239C2) is known color: Persian Blue. HEX triplet: 12, 39 and C2. RGB value is (18,57,194). Sum of RGB (Red+Green+Blue) = 18+57+194=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 194 (76.17% from 255 or 72.12% from 269); Max value from RGB is 194 - color contains mainly: blue. Hex color #1239C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1239C2 is #EDC63D. Grayscale: #3C3C3C. Windows color (decimal): -15582782 or 12728594. OLE color: 12728594.
HSL color Cylindrical-coordinate representation of color #1239C2: hue angle of 226.7º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1239C2 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 57 | 194 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.24 |
| HSL | 226.7º | 0.83% | 0.42% | - |
| HSV(B) | 226.7º | 0.91% | 0.76% | - |
| XYZ | 11.45 | 6.95 | 51.78 | - |
| YUV | 60.96 | 203.08 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 194 | 0.91 | 0.71 | 0 | 0.24 | 226.7 | 0.83 | 0.42 |
| Hex | 12 | 39 | C2 | 5B | 47 | 0 | 18 | E3 | 53 | 2A |
| Octal | 22 | 71 | 302 | 133 | 107 | 0 | 30 | 343 | 123 | 52 |
| Binary | 10010 | 111001 | 11000010 | 1011011 | 1000111 | 0 | 11000 | 11100011 | 1010011 | 101010 |
Color Harmonies of #1239C2
Complementary color
Monochromatic Colors of #1239C2
Black with #1239C2
Text Example
Text Example
White with #1239C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1239C2; }
p { color: rgb(18,57,194); }
H1.HeaderClassName
{
color: #1239C2;
}
.AnyTagClassName
{
color: #1239C2;
}
</style>
background-color css
<style>
a { background-color: #1239C2; }
a { background-color: rgb(18,57,194); }
div.DivClassName
{
background-color: #1239C2;
}
.BgClassName
{
background-color: #1239C2;
}
</style>
border-color css
<style>
span { border-color: #1239C2; }
span { border-color: rgb(18,57,194); }
td.TdClassName
{
border-color: #1239C2;
}
.TagClassName
{
border-color: #1239C2;
}
</style>