Shades of Persian Blue #112CCC
Tints of Persian Blue #112CCC
RGB
CMYK
RGB Variations
Color information
#112CCC (or 0x112CCC) is known color: Persian Blue. HEX triplet: 11, 2C and CC. RGB value is (17,44,204). Sum of RGB (Red+Green+Blue) = 17+44+204=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #112CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CCC is #EED333. Grayscale: #353535. Windows color (decimal): -15651636 or 13380625. OLE color: 13380625.
HSL color Cylindrical-coordinate representation of color #112CCC: hue angle of 231.34º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112CCC is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 44 | 204 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.2 |
| HSL | 231.34º | 0.85% | 0.43% | - |
| HSV(B) | 231.34º | 0.92% | 0.8% | - |
| XYZ | 12.03 | 6.28 | 57.7 | - |
| YUV | 54.17 | 212.55 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 204 | 0.92 | 0.78 | 0 | 0.2 | 231.34 | 0.85 | 0.43 |
| Hex | 11 | 2C | CC | 5C | 4E | 0 | 14 | E7 | 55 | 2B |
| Octal | 21 | 54 | 314 | 134 | 116 | 0 | 24 | 347 | 125 | 53 |
| Binary | 10001 | 101100 | 11001100 | 1011100 | 1001110 | 0 | 10100 | 11100111 | 1010101 | 101011 |
Color Harmonies of #112CCC
Complementary color
Monochromatic Colors of #112CCC
Black with #112CCC
Text Example
Text Example
White with #112CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112CCC; }
p { color: rgb(17,44,204); }
H1.HeaderClassName
{
color: #112CCC;
}
.AnyTagClassName
{
color: #112CCC;
}
</style>
background-color css
<style>
a { background-color: #112CCC; }
a { background-color: rgb(17,44,204); }
div.DivClassName
{
background-color: #112CCC;
}
.BgClassName
{
background-color: #112CCC;
}
</style>
border-color css
<style>
span { border-color: #112CCC; }
span { border-color: rgb(17,44,204); }
td.TdClassName
{
border-color: #112CCC;
}
.TagClassName
{
border-color: #112CCC;
}
</style>