Shades of Persian Blue #1239CE
Tints of Persian Blue #1239CE
RGB
CMYK
RGB Variations
Color information
#1239CE (or 0x1239CE) is known color: Persian Blue. HEX triplet: 12, 39 and CE. RGB value is (18,57,206). Sum of RGB (Red+Green+Blue) = 18+57+206=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #1239CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1239CE is #EDC631. Grayscale: #3D3D3D. Windows color (decimal): -15582770 or 13515026. OLE color: 13515026.
HSL color Cylindrical-coordinate representation of color #1239CE: hue angle of 227.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1239CE is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 57 | 206 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.19 |
| HSL | 227.55º | 0.84% | 0.44% | - |
| HSV(B) | 227.55º | 0.91% | 0.81% | - |
| XYZ | 12.85 | 7.51 | 59.16 | - |
| YUV | 62.33 | 209.08 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 206 | 0.91 | 0.72 | 0 | 0.19 | 227.55 | 0.84 | 0.44 |
| Hex | 12 | 39 | CE | 5B | 48 | 0 | 13 | E4 | 54 | 2C |
| Octal | 22 | 71 | 316 | 133 | 110 | 0 | 23 | 344 | 124 | 54 |
| Binary | 10010 | 111001 | 11001110 | 1011011 | 1001000 | 0 | 10011 | 11100100 | 1010100 | 101100 |
Color Harmonies of #1239CE
Complementary color
Monochromatic Colors of #1239CE
Black with #1239CE
Text Example
Text Example
White with #1239CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1239CE; }
p { color: rgb(18,57,206); }
H1.HeaderClassName
{
color: #1239CE;
}
.AnyTagClassName
{
color: #1239CE;
}
</style>
background-color css
<style>
a { background-color: #1239CE; }
a { background-color: rgb(18,57,206); }
div.DivClassName
{
background-color: #1239CE;
}
.BgClassName
{
background-color: #1239CE;
}
</style>
border-color css
<style>
span { border-color: #1239CE; }
span { border-color: rgb(18,57,206); }
td.TdClassName
{
border-color: #1239CE;
}
.TagClassName
{
border-color: #1239CE;
}
</style>