Shades of Persian Blue #1248E6
Tints of Persian Blue #1248E6
RGB
CMYK
RGB Variations
Color information
#1248E6 (or 0x1248E6) is known color: Persian Blue. HEX triplet: 12, 48 and E6. RGB value is (18,72,230). Sum of RGB (Red+Green+Blue) = 18+72+230=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 230 (90.23% from 255 or 71.88% from 320); Max value from RGB is 230 - color contains mainly: blue. Hex color #1248E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1248E6 is #EDB719. Grayscale: #494949. Windows color (decimal): -15578906 or 15091730. OLE color: 15091730.
HSL color Cylindrical-coordinate representation of color #1248E6: hue angle of 224.72º 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 #1248E6 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 72 | 230 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.10 |
| HSL | 224.72º | 0.85% | 0.49% | - |
| HSV(B) | 224.72º | 0.92% | 0.9% | - |
| XYZ | 16.85 | 10.48 | 76 | - |
| YUV | 73.87 | 216.11 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 230 | 0.92 | 0.69 | 0 | 0.10 | 224.72 | 0.85 | 0.49 |
| Hex | 12 | 48 | E6 | 5C | 45 | 0 | A | E1 | 55 | 31 |
| Octal | 22 | 110 | 346 | 134 | 105 | 0 | 12 | 341 | 125 | 61 |
| Binary | 10010 | 1001000 | 11100110 | 1011100 | 1000101 | 0 | 1010 | 11100001 | 1010101 | 110001 |
Color Harmonies of #1248E6
Complementary color
Monochromatic Colors of #1248E6
Black with #1248E6
Text Example
Text Example
White with #1248E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1248E6; }
p { color: rgb(18,72,230); }
H1.HeaderClassName
{
color: #1248E6;
}
.AnyTagClassName
{
color: #1248E6;
}
</style>
background-color css
<style>
a { background-color: #1248E6; }
a { background-color: rgb(18,72,230); }
div.DivClassName
{
background-color: #1248E6;
}
.BgClassName
{
background-color: #1248E6;
}
</style>
border-color css
<style>
span { border-color: #1248E6; }
span { border-color: rgb(18,72,230); }
td.TdClassName
{
border-color: #1248E6;
}
.TagClassName
{
border-color: #1248E6;
}
</style>