Shades of Persian Blue #1237E8
Tints of Persian Blue #1237E8
RGB
CMYK
RGB Variations
Color information
#1237E8 (or 0x1237E8) is known color: Persian Blue. HEX triplet: 12, 37 and E8. RGB value is (18,55,232). Sum of RGB (Red+Green+Blue) = 18+55+232=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 232 (91.02% from 255 or 76.07% from 305); Max value from RGB is 232 - color contains mainly: blue. Hex color #1237E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1237E8 is #EDC817. Grayscale: #3F3F3F. Windows color (decimal): -15583256 or 15218450. OLE color: 15218450.
HSL color Cylindrical-coordinate representation of color #1237E8: hue angle of 229.63º 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 #1237E8 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 55 | 232 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.09 |
| HSL | 229.63º | 0.86% | 0.49% | - |
| HSV(B) | 229.63º | 0.92% | 0.91% | - |
| XYZ | 16.18 | 8.69 | 77.17 | - |
| YUV | 64.12 | 222.74 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 232 | 0.92 | 0.76 | 0 | 0.09 | 229.63 | 0.86 | 0.49 |
| Hex | 12 | 37 | E8 | 5C | 4C | 0 | 9 | E6 | 56 | 31 |
| Octal | 22 | 67 | 350 | 134 | 114 | 0 | 11 | 346 | 126 | 61 |
| Binary | 10010 | 110111 | 11101000 | 1011100 | 1001100 | 0 | 1001 | 11100110 | 1010110 | 110001 |
Color Harmonies of #1237E8
Complementary color
Monochromatic Colors of #1237E8
Black with #1237E8
Text Example
Text Example
White with #1237E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1237E8; }
p { color: rgb(18,55,232); }
H1.HeaderClassName
{
color: #1237E8;
}
.AnyTagClassName
{
color: #1237E8;
}
</style>
background-color css
<style>
a { background-color: #1237E8; }
a { background-color: rgb(18,55,232); }
div.DivClassName
{
background-color: #1237E8;
}
.BgClassName
{
background-color: #1237E8;
}
</style>
border-color css
<style>
span { border-color: #1237E8; }
span { border-color: rgb(18,55,232); }
td.TdClassName
{
border-color: #1237E8;
}
.TagClassName
{
border-color: #1237E8;
}
</style>