Shades of Persian Blue #1248BF
Tints of Persian Blue #1248BF
RGB
CMYK
RGB Variations
Color information
#1248BF (or 0x1248BF) is known color: Persian Blue. HEX triplet: 12, 48 and BF. RGB value is (18,72,191). Sum of RGB (Red+Green+Blue) = 18+72+191=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #1248BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1248BF is #EDB740. Grayscale: #444444. Windows color (decimal): -15578945 or 12535826. OLE color: 12535826.
HSL color Cylindrical-coordinate representation of color #1248BF: hue angle of 221.27º 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 #1248BF is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 72 | 191 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.25 |
| HSL | 221.27º | 0.83% | 0.41% | - |
| HSV(B) | 221.27º | 0.91% | 0.75% | - |
| XYZ | 11.97 | 8.52 | 50.3 | - |
| YUV | 69.42 | 196.61 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 191 | 0.91 | 0.62 | 0 | 0.25 | 221.27 | 0.83 | 0.41 |
| Hex | 12 | 48 | BF | 5B | 3E | 0 | 19 | DD | 53 | 29 |
| Octal | 22 | 110 | 277 | 133 | 76 | 0 | 31 | 335 | 123 | 51 |
| Binary | 10010 | 1001000 | 10111111 | 1011011 | 111110 | 0 | 11001 | 11011101 | 1010011 | 101001 |
Color Harmonies of #1248BF
Complementary color
Monochromatic Colors of #1248BF
Black with #1248BF
Text Example
Text Example
White with #1248BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1248BF; }
p { color: rgb(18,72,191); }
H1.HeaderClassName
{
color: #1248BF;
}
.AnyTagClassName
{
color: #1248BF;
}
</style>
background-color css
<style>
a { background-color: #1248BF; }
a { background-color: rgb(18,72,191); }
div.DivClassName
{
background-color: #1248BF;
}
.BgClassName
{
background-color: #1248BF;
}
</style>
border-color css
<style>
span { border-color: #1248BF; }
span { border-color: rgb(18,72,191); }
td.TdClassName
{
border-color: #1248BF;
}
.TagClassName
{
border-color: #1248BF;
}
</style>