Shades of Persian Blue #1248BE
Tints of Persian Blue #1248BE
RGB
CMYK
RGB Variations
Color information
#1248BE (or 0x1248BE) is known color: Persian Blue. HEX triplet: 12, 48 and BE. RGB value is (18,72,190). Sum of RGB (Red+Green+Blue) = 18+72+190=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #1248BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1248BE is #EDB741. Grayscale: #444444. Windows color (decimal): -15578946 or 12470290. OLE color: 12470290.
HSL color Cylindrical-coordinate representation of color #1248BE: hue angle of 221.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1248BE is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 72 | 190 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.25 |
| HSL | 221.16º | 0.83% | 0.41% | - |
| HSV(B) | 221.16º | 0.91% | 0.75% | - |
| XYZ | 11.86 | 8.48 | 49.73 | - |
| YUV | 69.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 190 | 0.91 | 0.62 | 0 | 0.25 | 221.16 | 0.83 | 0.41 |
| Hex | 12 | 48 | BE | 5B | 3E | 0 | 19 | DD | 53 | 29 |
| Octal | 22 | 110 | 276 | 133 | 76 | 0 | 31 | 335 | 123 | 51 |
| Binary | 10010 | 1001000 | 10111110 | 1011011 | 111110 | 0 | 11001 | 11011101 | 1010011 | 101001 |
Color Harmonies of #1248BE
Complementary color
Monochromatic Colors of #1248BE
Black with #1248BE
Text Example
Text Example
White with #1248BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1248BE; }
p { color: rgb(18,72,190); }
H1.HeaderClassName
{
color: #1248BE;
}
.AnyTagClassName
{
color: #1248BE;
}
</style>
background-color css
<style>
a { background-color: #1248BE; }
a { background-color: rgb(18,72,190); }
div.DivClassName
{
background-color: #1248BE;
}
.BgClassName
{
background-color: #1248BE;
}
</style>
border-color css
<style>
span { border-color: #1248BE; }
span { border-color: rgb(18,72,190); }
td.TdClassName
{
border-color: #1248BE;
}
.TagClassName
{
border-color: #1248BE;
}
</style>