Shades of Persian Blue #1231BE
Tints of Persian Blue #1231BE
RGB
CMYK
RGB Variations
Color information
#1231BE (or 0x1231BE) is known color: Persian Blue. HEX triplet: 12, 31 and BE. RGB value is (18,49,190). Sum of RGB (Red+Green+Blue) = 18+49+190=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #1231BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1231BE is #EDCE41. Grayscale: #373737. Windows color (decimal): -15584834 or 12464402. OLE color: 12464402.
HSL color Cylindrical-coordinate representation of color #1231BE: hue angle of 229.19º 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 #1231BE is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 49 | 190 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.25 |
| HSL | 229.19º | 0.83% | 0.41% | - |
| HSV(B) | 229.19º | 0.91% | 0.75% | - |
| XYZ | 10.64 | 6.04 | 49.32 | - |
| YUV | 55.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 190 | 0.91 | 0.74 | 0 | 0.25 | 229.19 | 0.83 | 0.41 |
| Hex | 12 | 31 | BE | 5B | 4A | 0 | 19 | E5 | 53 | 29 |
| Octal | 22 | 61 | 276 | 133 | 112 | 0 | 31 | 345 | 123 | 51 |
| Binary | 10010 | 110001 | 10111110 | 1011011 | 1001010 | 0 | 11001 | 11100101 | 1010011 | 101001 |
Color Harmonies of #1231BE
Complementary color
Monochromatic Colors of #1231BE
Black with #1231BE
Text Example
Text Example
White with #1231BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1231BE; }
p { color: rgb(18,49,190); }
H1.HeaderClassName
{
color: #1231BE;
}
.AnyTagClassName
{
color: #1231BE;
}
</style>
background-color css
<style>
a { background-color: #1231BE; }
a { background-color: rgb(18,49,190); }
div.DivClassName
{
background-color: #1231BE;
}
.BgClassName
{
background-color: #1231BE;
}
</style>
border-color css
<style>
span { border-color: #1231BE; }
span { border-color: rgb(18,49,190); }
td.TdClassName
{
border-color: #1231BE;
}
.TagClassName
{
border-color: #1231BE;
}
</style>