Shades of Persian Blue #1237E6
Tints of Persian Blue #1237E6
RGB
CMYK
RGB Variations
Color information
#1237E6 (or 0x1237E6) is known color: Persian Blue. HEX triplet: 12, 37 and E6. RGB value is (18,55,230). Sum of RGB (Red+Green+Blue) = 18+55+230=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 230 (90.23% from 255 or 75.91% from 303); Max value from RGB is 230 - color contains mainly: blue. Hex color #1237E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1237E6 is #EDC819. Grayscale: #3F3F3F. Windows color (decimal): -15583258 or 15087378. OLE color: 15087378.
HSL color Cylindrical-coordinate representation of color #1237E6: hue angle of 229.53º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1237E6 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 55 | 230 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.10 |
| HSL | 229.53º | 0.85% | 0.49% | - |
| HSV(B) | 229.53º | 0.92% | 0.9% | - |
| XYZ | 15.9 | 8.57 | 75.68 | - |
| YUV | 63.89 | 221.74 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 230 | 0.92 | 0.76 | 0 | 0.10 | 229.53 | 0.85 | 0.49 |
| Hex | 12 | 37 | E6 | 5C | 4C | 0 | A | E6 | 55 | 31 |
| Octal | 22 | 67 | 346 | 134 | 114 | 0 | 12 | 346 | 125 | 61 |
| Binary | 10010 | 110111 | 11100110 | 1011100 | 1001100 | 0 | 1010 | 11100110 | 1010101 | 110001 |
Color Harmonies of #1237E6
Complementary color
Monochromatic Colors of #1237E6
Black with #1237E6
Text Example
Text Example
White with #1237E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1237E6; }
p { color: rgb(18,55,230); }
H1.HeaderClassName
{
color: #1237E6;
}
.AnyTagClassName
{
color: #1237E6;
}
</style>
background-color css
<style>
a { background-color: #1237E6; }
a { background-color: rgb(18,55,230); }
div.DivClassName
{
background-color: #1237E6;
}
.BgClassName
{
background-color: #1237E6;
}
</style>
border-color css
<style>
span { border-color: #1237E6; }
span { border-color: rgb(18,55,230); }
td.TdClassName
{
border-color: #1237E6;
}
.TagClassName
{
border-color: #1237E6;
}
</style>