Shades of Persian Blue #1241CF
Tints of Persian Blue #1241CF
RGB
CMYK
RGB Variations
Color information
#1241CF (or 0x1241CF) is known color: Persian Blue. HEX triplet: 12, 41 and CF. RGB value is (18,65,207). Sum of RGB (Red+Green+Blue) = 18+65+207=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #1241CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1241CF is #EDBE30. Grayscale: #424242. Windows color (decimal): -15580721 or 13582610. OLE color: 13582610.
HSL color Cylindrical-coordinate representation of color #1241CF: hue angle of 225.08º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1241CF is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 65 | 207 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.19 |
| HSL | 225.08º | 0.84% | 0.44% | - |
| HSV(B) | 225.08º | 0.91% | 0.81% | - |
| XYZ | 13.4 | 8.41 | 59.95 | - |
| YUV | 67.14 | 206.93 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 207 | 0.91 | 0.69 | 0 | 0.19 | 225.08 | 0.84 | 0.44 |
| Hex | 12 | 41 | CF | 5B | 45 | 0 | 13 | E1 | 54 | 2C |
| Octal | 22 | 101 | 317 | 133 | 105 | 0 | 23 | 341 | 124 | 54 |
| Binary | 10010 | 1000001 | 11001111 | 1011011 | 1000101 | 0 | 10011 | 11100001 | 1010100 | 101100 |
Color Harmonies of #1241CF
Complementary color
Monochromatic Colors of #1241CF
Black with #1241CF
Text Example
Text Example
White with #1241CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1241CF; }
p { color: rgb(18,65,207); }
H1.HeaderClassName
{
color: #1241CF;
}
.AnyTagClassName
{
color: #1241CF;
}
</style>
background-color css
<style>
a { background-color: #1241CF; }
a { background-color: rgb(18,65,207); }
div.DivClassName
{
background-color: #1241CF;
}
.BgClassName
{
background-color: #1241CF;
}
</style>
border-color css
<style>
span { border-color: #1241CF; }
span { border-color: rgb(18,65,207); }
td.TdClassName
{
border-color: #1241CF;
}
.TagClassName
{
border-color: #1241CF;
}
</style>