Shades of Persian Blue #112AEA
Tints of Persian Blue #112AEA
RGB
CMYK
RGB Variations
Color information
#112AEA (or 0x112AEA) is known color: Persian Blue. HEX triplet: 11, 2A and EA. RGB value is (17,42,234). Sum of RGB (Red+Green+Blue) = 17+42+234=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 234 (91.80% from 255 or 79.86% from 293); Max value from RGB is 234 - color contains mainly: blue. Hex color #112AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112AEA is #EED515. Grayscale: #373737. Windows color (decimal): -15652118 or 15346193. OLE color: 15346193.
HSL color Cylindrical-coordinate representation of color #112AEA: hue angle of 233.09º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112AEA is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 42 | 234 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.08 |
| HSL | 233.09º | 0.86% | 0.49% | - |
| HSV(B) | 233.09º | 0.93% | 0.92% | - |
| XYZ | 15.91 | 7.72 | 78.49 | - |
| YUV | 56.41 | 228.22 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 234 | 0.93 | 0.82 | 0 | 0.08 | 233.09 | 0.86 | 0.49 |
| Hex | 11 | 2A | EA | 5D | 52 | 0 | 8 | E9 | 56 | 31 |
| Octal | 21 | 52 | 352 | 135 | 122 | 0 | 10 | 351 | 126 | 61 |
| Binary | 10001 | 101010 | 11101010 | 1011101 | 1010010 | 0 | 1000 | 11101001 | 1010110 | 110001 |
Color Harmonies of #112AEA
Complementary color
Monochromatic Colors of #112AEA
Black with #112AEA
Text Example
Text Example
White with #112AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112AEA; }
p { color: rgb(17,42,234); }
H1.HeaderClassName
{
color: #112AEA;
}
.AnyTagClassName
{
color: #112AEA;
}
</style>
background-color css
<style>
a { background-color: #112AEA; }
a { background-color: rgb(17,42,234); }
div.DivClassName
{
background-color: #112AEA;
}
.BgClassName
{
background-color: #112AEA;
}
</style>
border-color css
<style>
span { border-color: #112AEA; }
span { border-color: rgb(17,42,234); }
td.TdClassName
{
border-color: #112AEA;
}
.TagClassName
{
border-color: #112AEA;
}
</style>