Shades of Persian Blue #112AC4
Tints of Persian Blue #112AC4
RGB
CMYK
RGB Variations
Color information
#112AC4 (or 0x112AC4) is known color: Persian Blue. HEX triplet: 11, 2A and C4. RGB value is (17,42,196). Sum of RGB (Red+Green+Blue) = 17+42+196=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 196 (76.95% from 255 or 76.86% from 255); Max value from RGB is 196 - color contains mainly: blue. Hex color #112AC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112AC4 is #EED53B. Grayscale: #333333. Windows color (decimal): -15652156 or 12855825. OLE color: 12855825.
HSL color Cylindrical-coordinate representation of color #112AC4: hue angle of 231.62º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112AC4 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 42 | 196 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.23 |
| HSL | 231.62º | 0.84% | 0.42% | - |
| HSV(B) | 231.62º | 0.91% | 0.77% | - |
| XYZ | 11.02 | 5.76 | 52.76 | - |
| YUV | 52.08 | 209.22 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 196 | 0.91 | 0.79 | 0 | 0.23 | 231.62 | 0.84 | 0.42 |
| Hex | 11 | 2A | C4 | 5B | 4F | 0 | 17 | E8 | 54 | 2A |
| Octal | 21 | 52 | 304 | 133 | 117 | 0 | 27 | 350 | 124 | 52 |
| Binary | 10001 | 101010 | 11000100 | 1011011 | 1001111 | 0 | 10111 | 11101000 | 1010100 | 101010 |
Color Harmonies of #112AC4
Complementary color
Monochromatic Colors of #112AC4
Black with #112AC4
Text Example
Text Example
White with #112AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112AC4; }
p { color: rgb(17,42,196); }
H1.HeaderClassName
{
color: #112AC4;
}
.AnyTagClassName
{
color: #112AC4;
}
</style>
background-color css
<style>
a { background-color: #112AC4; }
a { background-color: rgb(17,42,196); }
div.DivClassName
{
background-color: #112AC4;
}
.BgClassName
{
background-color: #112AC4;
}
</style>
border-color css
<style>
span { border-color: #112AC4; }
span { border-color: rgb(17,42,196); }
td.TdClassName
{
border-color: #112AC4;
}
.TagClassName
{
border-color: #112AC4;
}
</style>