Shades of Persian Blue #1237BE
Tints of Persian Blue #1237BE
RGB
CMYK
RGB Variations
Color information
#1237BE (or 0x1237BE) is known color: Persian Blue. HEX triplet: 12, 37 and BE. RGB value is (18,55,190). Sum of RGB (Red+Green+Blue) = 18+55+190=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #1237BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237BE is #EDC841. Grayscale: #3A3A3A. Windows color (decimal): -15583298 or 12465938. OLE color: 12465938.
HSL color Cylindrical-coordinate representation of color #1237BE: hue angle of 227.09º 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 #1237BE is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 55 | 190 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.25 |
| HSL | 227.09º | 0.83% | 0.41% | - |
| HSV(B) | 227.09º | 0.91% | 0.75% | - |
| XYZ | 10.91 | 6.58 | 49.41 | - |
| YUV | 59.33 | 201.74 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 190 | 0.91 | 0.71 | 0 | 0.25 | 227.09 | 0.83 | 0.41 |
| Hex | 12 | 37 | BE | 5B | 47 | 0 | 19 | E3 | 53 | 29 |
| Octal | 22 | 67 | 276 | 133 | 107 | 0 | 31 | 343 | 123 | 51 |
| Binary | 10010 | 110111 | 10111110 | 1011011 | 1000111 | 0 | 11001 | 11100011 | 1010011 | 101001 |
Color Harmonies of #1237BE
Complementary color
Monochromatic Colors of #1237BE
Black with #1237BE
Text Example
Text Example
White with #1237BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1237BE; }
p { color: rgb(18,55,190); }
H1.HeaderClassName
{
color: #1237BE;
}
.AnyTagClassName
{
color: #1237BE;
}
</style>
background-color css
<style>
a { background-color: #1237BE; }
a { background-color: rgb(18,55,190); }
div.DivClassName
{
background-color: #1237BE;
}
.BgClassName
{
background-color: #1237BE;
}
</style>
border-color css
<style>
span { border-color: #1237BE; }
span { border-color: rgb(18,55,190); }
td.TdClassName
{
border-color: #1237BE;
}
.TagClassName
{
border-color: #1237BE;
}
</style>