Shades of Persian Blue #1235E8
Tints of Persian Blue #1235E8
RGB
CMYK
RGB Variations
Color information
#1235E8 (or 0x1235E8) is known color: Persian Blue. HEX triplet: 12, 35 and E8. RGB value is (18,53,232). Sum of RGB (Red+Green+Blue) = 18+53+232=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 232 (91.02% from 255 or 76.57% from 303); Max value from RGB is 232 - color contains mainly: blue. Hex color #1235E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1235E8 is #EDCA17. Grayscale: #3E3E3E. Windows color (decimal): -15583768 or 15217938. OLE color: 15217938.
HSL color Cylindrical-coordinate representation of color #1235E8: hue angle of 230.19º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1235E8 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 53 | 232 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.09 |
| HSL | 230.19º | 0.86% | 0.49% | - |
| HSV(B) | 230.19º | 0.92% | 0.91% | - |
| XYZ | 16.09 | 8.5 | 77.14 | - |
| YUV | 62.94 | 223.4 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 232 | 0.92 | 0.77 | 0 | 0.09 | 230.19 | 0.86 | 0.49 |
| Hex | 12 | 35 | E8 | 5C | 4D | 0 | 9 | E6 | 56 | 31 |
| Octal | 22 | 65 | 350 | 134 | 115 | 0 | 11 | 346 | 126 | 61 |
| Binary | 10010 | 110101 | 11101000 | 1011100 | 1001101 | 0 | 1001 | 11100110 | 1010110 | 110001 |
Color Harmonies of #1235E8
Complementary color
Monochromatic Colors of #1235E8
Black with #1235E8
Text Example
Text Example
White with #1235E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1235E8; }
p { color: rgb(18,53,232); }
H1.HeaderClassName
{
color: #1235E8;
}
.AnyTagClassName
{
color: #1235E8;
}
</style>
background-color css
<style>
a { background-color: #1235E8; }
a { background-color: rgb(18,53,232); }
div.DivClassName
{
background-color: #1235E8;
}
.BgClassName
{
background-color: #1235E8;
}
</style>
border-color css
<style>
span { border-color: #1235E8; }
span { border-color: rgb(18,53,232); }
td.TdClassName
{
border-color: #1235E8;
}
.TagClassName
{
border-color: #1235E8;
}
</style>