Shades of Persian Blue #112FDA
Tints of Persian Blue #112FDA
RGB
CMYK
RGB Variations
Color information
#112FDA (or 0x112FDA) is known color: Persian Blue. HEX triplet: 11, 2F and DA. RGB value is (17,47,218). Sum of RGB (Red+Green+Blue) = 17+47+218=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #112FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FDA is #EED025. Grayscale: #383838. Windows color (decimal): -15650854 or 14298897. OLE color: 14298897.
HSL color Cylindrical-coordinate representation of color #112FDA: hue angle of 231.04º 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 #112FDA is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 47 | 218 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.15 |
| HSL | 231.04º | 0.86% | 0.46% | - |
| HSV(B) | 231.04º | 0.92% | 0.85% | - |
| XYZ | 13.9 | 7.21 | 66.99 | - |
| YUV | 57.52 | 218.56 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 218 | 0.92 | 0.78 | 0 | 0.15 | 231.04 | 0.86 | 0.46 |
| Hex | 11 | 2F | DA | 5C | 4E | 0 | F | E7 | 56 | 2E |
| Octal | 21 | 57 | 332 | 134 | 116 | 0 | 17 | 347 | 126 | 56 |
| Binary | 10001 | 101111 | 11011010 | 1011100 | 1001110 | 0 | 1111 | 11100111 | 1010110 | 101110 |
Color Harmonies of #112FDA
Complementary color
Monochromatic Colors of #112FDA
Black with #112FDA
Text Example
Text Example
White with #112FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FDA; }
p { color: rgb(17,47,218); }
H1.HeaderClassName
{
color: #112FDA;
}
.AnyTagClassName
{
color: #112FDA;
}
</style>
background-color css
<style>
a { background-color: #112FDA; }
a { background-color: rgb(17,47,218); }
div.DivClassName
{
background-color: #112FDA;
}
.BgClassName
{
background-color: #112FDA;
}
</style>
border-color css
<style>
span { border-color: #112FDA; }
span { border-color: rgb(17,47,218); }
td.TdClassName
{
border-color: #112FDA;
}
.TagClassName
{
border-color: #112FDA;
}
</style>