Shades of Persian Blue #1138F2
Tints of Persian Blue #1138F2
RGB
CMYK
RGB Variations
Color information
#1138F2 (or 0x1138F2) is known color: Persian Blue. HEX triplet: 11, 38 and F2. RGB value is (17,56,242). Sum of RGB (Red+Green+Blue) = 17+56+242=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 242 (94.92% from 255 or 76.83% from 315); Max value from RGB is 242 - color contains mainly: blue. Hex color #1138F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1138F2 is #EEC70D. Grayscale: #404040. Windows color (decimal): -15648526 or 15874065. OLE color: 15874065.
HSL color Cylindrical-coordinate representation of color #1138F2: hue angle of 229.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1138F2 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 56 | 242 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.05 |
| HSL | 229.6º | 0.9% | 0.51% | - |
| HSV(B) | 229.6º | 0.93% | 0.95% | - |
| XYZ | 17.67 | 9.36 | 84.88 | - |
| YUV | 65.54 | 227.58 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 242 | 0.93 | 0.77 | 0 | 0.05 | 229.6 | 0.9 | 0.51 |
| Hex | 11 | 38 | F2 | 5D | 4D | 0 | 5 | E6 | 5A | 33 |
| Octal | 21 | 70 | 362 | 135 | 115 | 0 | 5 | 346 | 132 | 63 |
| Binary | 10001 | 111000 | 11110010 | 1011101 | 1001101 | 0 | 101 | 11100110 | 1011010 | 110011 |
Color Harmonies of #1138F2
Complementary color
Monochromatic Colors of #1138F2
Black with #1138F2
Text Example
Text Example
White with #1138F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1138F2; }
p { color: rgb(17,56,242); }
H1.HeaderClassName
{
color: #1138F2;
}
.AnyTagClassName
{
color: #1138F2;
}
</style>
background-color css
<style>
a { background-color: #1138F2; }
a { background-color: rgb(17,56,242); }
div.DivClassName
{
background-color: #1138F2;
}
.BgClassName
{
background-color: #1138F2;
}
</style>
border-color css
<style>
span { border-color: #1138F2; }
span { border-color: rgb(17,56,242); }
td.TdClassName
{
border-color: #1138F2;
}
.TagClassName
{
border-color: #1138F2;
}
</style>