Shades of Persian Blue #1241BF
Tints of Persian Blue #1241BF
RGB
CMYK
RGB Variations
Color information
#1241BF (or 0x1241BF) is known color: Persian Blue. HEX triplet: 12, 41 and BF. RGB value is (18,65,191). Sum of RGB (Red+Green+Blue) = 18+65+191=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #1241BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1241BF is #EDBE40. Grayscale: #404040. Windows color (decimal): -15580737 or 12534034. OLE color: 12534034.
HSL color Cylindrical-coordinate representation of color #1241BF: hue angle of 223.7º 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 #1241BF is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 65 | 191 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.25 |
| HSL | 223.7º | 0.83% | 0.41% | - |
| HSV(B) | 223.7º | 0.91% | 0.75% | - |
| XYZ | 11.54 | 7.67 | 50.16 | - |
| YUV | 65.31 | 198.93 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 191 | 0.91 | 0.66 | 0 | 0.25 | 223.7 | 0.83 | 0.41 |
| Hex | 12 | 41 | BF | 5B | 42 | 0 | 19 | E0 | 53 | 29 |
| Octal | 22 | 101 | 277 | 133 | 102 | 0 | 31 | 340 | 123 | 51 |
| Binary | 10010 | 1000001 | 10111111 | 1011011 | 1000010 | 0 | 11001 | 11100000 | 1010011 | 101001 |
Color Harmonies of #1241BF
Complementary color
Monochromatic Colors of #1241BF
Black with #1241BF
Text Example
Text Example
White with #1241BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1241BF; }
p { color: rgb(18,65,191); }
H1.HeaderClassName
{
color: #1241BF;
}
.AnyTagClassName
{
color: #1241BF;
}
</style>
background-color css
<style>
a { background-color: #1241BF; }
a { background-color: rgb(18,65,191); }
div.DivClassName
{
background-color: #1241BF;
}
.BgClassName
{
background-color: #1241BF;
}
</style>
border-color css
<style>
span { border-color: #1241BF; }
span { border-color: rgb(18,65,191); }
td.TdClassName
{
border-color: #1241BF;
}
.TagClassName
{
border-color: #1241BF;
}
</style>