Shades of Persian Blue #1146C4
Tints of Persian Blue #1146C4
RGB
CMYK
RGB Variations
Color information
#1146C4 (or 0x1146C4) is known color: Persian Blue. HEX triplet: 11, 46 and C4. RGB value is (17,70,196). Sum of RGB (Red+Green+Blue) = 17+70+196=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #1146C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1146C4 is #EEB93B. Grayscale: #434343. Windows color (decimal): -15644988 or 12862993. OLE color: 12862993.
HSL color Cylindrical-coordinate representation of color #1146C4: hue angle of 222.23º 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 #1146C4 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 70 | 196 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.23 |
| HSL | 222.23º | 0.84% | 0.42% | - |
| HSV(B) | 222.23º | 0.91% | 0.77% | - |
| XYZ | 12.39 | 8.49 | 53.21 | - |
| YUV | 68.52 | 199.94 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 196 | 0.91 | 0.64 | 0 | 0.23 | 222.23 | 0.84 | 0.42 |
| Hex | 11 | 46 | C4 | 5B | 40 | 0 | 17 | DE | 54 | 2A |
| Octal | 21 | 106 | 304 | 133 | 100 | 0 | 27 | 336 | 124 | 52 |
| Binary | 10001 | 1000110 | 11000100 | 1011011 | 1000000 | 0 | 10111 | 11011110 | 1010100 | 101010 |
Color Harmonies of #1146C4
Complementary color
Monochromatic Colors of #1146C4
Black with #1146C4
Text Example
Text Example
White with #1146C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1146C4; }
p { color: rgb(17,70,196); }
H1.HeaderClassName
{
color: #1146C4;
}
.AnyTagClassName
{
color: #1146C4;
}
</style>
background-color css
<style>
a { background-color: #1146C4; }
a { background-color: rgb(17,70,196); }
div.DivClassName
{
background-color: #1146C4;
}
.BgClassName
{
background-color: #1146C4;
}
</style>
border-color css
<style>
span { border-color: #1146C4; }
span { border-color: rgb(17,70,196); }
td.TdClassName
{
border-color: #1146C4;
}
.TagClassName
{
border-color: #1146C4;
}
</style>