Shades of Persian Blue #112CDA
Tints of Persian Blue #112CDA
RGB
CMYK
RGB Variations
Color information
#112CDA (or 0x112CDA) is known color: Persian Blue. HEX triplet: 11, 2C and DA. RGB value is (17,44,218). Sum of RGB (Red+Green+Blue) = 17+44+218=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #112CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CDA is #EED325. Grayscale: #373737. Windows color (decimal): -15651622 or 14298129. OLE color: 14298129.
HSL color Cylindrical-coordinate representation of color #112CDA: hue angle of 231.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112CDA is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 44 | 218 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.15 |
| HSL | 231.94º | 0.86% | 0.46% | - |
| HSV(B) | 231.94º | 0.92% | 0.85% | - |
| XYZ | 13.79 | 6.98 | 66.95 | - |
| YUV | 55.76 | 219.55 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 218 | 0.92 | 0.80 | 0 | 0.15 | 231.94 | 0.86 | 0.46 |
| Hex | 11 | 2C | DA | 5C | 50 | 0 | F | E8 | 56 | 2E |
| Octal | 21 | 54 | 332 | 134 | 120 | 0 | 17 | 350 | 126 | 56 |
| Binary | 10001 | 101100 | 11011010 | 1011100 | 1010000 | 0 | 1111 | 11101000 | 1010110 | 101110 |
Color Harmonies of #112CDA
Complementary color
Monochromatic Colors of #112CDA
Black with #112CDA
Text Example
Text Example
White with #112CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112CDA; }
p { color: rgb(17,44,218); }
H1.HeaderClassName
{
color: #112CDA;
}
.AnyTagClassName
{
color: #112CDA;
}
</style>
background-color css
<style>
a { background-color: #112CDA; }
a { background-color: rgb(17,44,218); }
div.DivClassName
{
background-color: #112CDA;
}
.BgClassName
{
background-color: #112CDA;
}
</style>
border-color css
<style>
span { border-color: #112CDA; }
span { border-color: rgb(17,44,218); }
td.TdClassName
{
border-color: #112CDA;
}
.TagClassName
{
border-color: #112CDA;
}
</style>