Shades of Persian Blue #1233EC
Tints of Persian Blue #1233EC
RGB
CMYK
RGB Variations
Color information
#1233EC (or 0x1233EC) is known color: Persian Blue. HEX triplet: 12, 33 and EC. RGB value is (18,51,236). Sum of RGB (Red+Green+Blue) = 18+51+236=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #1233EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1233EC is #EDCC13. Grayscale: #3D3D3D. Windows color (decimal): -15584276 or 15479570. OLE color: 15479570.
HSL color Cylindrical-coordinate representation of color #1233EC: hue angle of 230.92º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1233EC is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 51 | 236 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.07 |
| HSL | 230.92º | 0.86% | 0.5% | - |
| HSV(B) | 230.92º | 0.92% | 0.93% | - |
| XYZ | 16.57 | 8.55 | 80.13 | - |
| YUV | 62.22 | 226.07 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 236 | 0.92 | 0.78 | 0 | 0.07 | 230.92 | 0.86 | 0.5 |
| Hex | 12 | 33 | EC | 5C | 4E | 0 | 7 | E7 | 56 | 32 |
| Octal | 22 | 63 | 354 | 134 | 116 | 0 | 7 | 347 | 126 | 62 |
| Binary | 10010 | 110011 | 11101100 | 1011100 | 1001110 | 0 | 111 | 11100111 | 1010110 | 110010 |
Color Harmonies of #1233EC
Complementary color
Monochromatic Colors of #1233EC
Black with #1233EC
Text Example
Text Example
White with #1233EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1233EC; }
p { color: rgb(18,51,236); }
H1.HeaderClassName
{
color: #1233EC;
}
.AnyTagClassName
{
color: #1233EC;
}
</style>
background-color css
<style>
a { background-color: #1233EC; }
a { background-color: rgb(18,51,236); }
div.DivClassName
{
background-color: #1233EC;
}
.BgClassName
{
background-color: #1233EC;
}
</style>
border-color css
<style>
span { border-color: #1233EC; }
span { border-color: rgb(18,51,236); }
td.TdClassName
{
border-color: #1233EC;
}
.TagClassName
{
border-color: #1233EC;
}
</style>