Shades of Persian Blue #112BDA
Tints of Persian Blue #112BDA
RGB
CMYK
RGB Variations
Color information
#112BDA (or 0x112BDA) is known color: Persian Blue. HEX triplet: 11, 2B and DA. RGB value is (17,43,218). Sum of RGB (Red+Green+Blue) = 17+43+218=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #112BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BDA is #EED425. Grayscale: #363636. Windows color (decimal): -15651878 or 14297873. OLE color: 14297873.
HSL color Cylindrical-coordinate representation of color #112BDA: hue angle of 232.24º 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 #112BDA is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 43 | 218 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.15 |
| HSL | 232.24º | 0.86% | 0.46% | - |
| HSV(B) | 232.24º | 0.92% | 0.85% | - |
| XYZ | 13.75 | 6.91 | 66.94 | - |
| YUV | 55.18 | 219.89 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 218 | 0.92 | 0.80 | 0 | 0.15 | 232.24 | 0.86 | 0.46 |
| Hex | 11 | 2B | DA | 5C | 50 | 0 | F | E8 | 56 | 2E |
| Octal | 21 | 53 | 332 | 134 | 120 | 0 | 17 | 350 | 126 | 56 |
| Binary | 10001 | 101011 | 11011010 | 1011100 | 1010000 | 0 | 1111 | 11101000 | 1010110 | 101110 |
Color Harmonies of #112BDA
Complementary color
Monochromatic Colors of #112BDA
Black with #112BDA
Text Example
Text Example
White with #112BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112BDA; }
p { color: rgb(17,43,218); }
H1.HeaderClassName
{
color: #112BDA;
}
.AnyTagClassName
{
color: #112BDA;
}
</style>
background-color css
<style>
a { background-color: #112BDA; }
a { background-color: rgb(17,43,218); }
div.DivClassName
{
background-color: #112BDA;
}
.BgClassName
{
background-color: #112BDA;
}
</style>
border-color css
<style>
span { border-color: #112BDA; }
span { border-color: rgb(17,43,218); }
td.TdClassName
{
border-color: #112BDA;
}
.TagClassName
{
border-color: #112BDA;
}
</style>